#0E845C

Color #0E845C Deep Sea (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Sea #0E845C

Tints of Deep Sea #0E845C

Color information

#0E845C (or 0x0E845C) is unknown color: approx Deep Sea. HEX triplet: 0E, 84 and 5C. RGB value is (14,132,92). Sum of RGB (Red+Green+Blue) = 14+132+92=238 (31% of max value = 765). Red value is 14 (5.86% from 255 or 5.88% from 238); Green value is 132 (51.95% from 255 or 55.46% from 238); Blue value is 92 (36.33% from 255 or 38.66% from 238); Max value from RGB is 132 - color contains mainly: green. Hex color #0E845C is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0E845C is #F17BA3. Grayscale: #5C5C5C. Windows color (decimal): -15825828 or 6063118. OLE color: 6063118.

HSL color Cylindrical-coordinate representation of color #0E845C: hue angle of 159.66º degrees, saturation: 0.81, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0E845C is Cyan = 0.89, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.48.

Color convert

RGB1413292-
CMYK0.8900.300.48
HSL159.66º80.82%28.63%-
HSV(B)159.66º89.39%51.76%-
XYZ10.3617.3712.93-
YUV92.16127.9172.25-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 14 (5.86% from 255) = 5.88%
GREEN value IS 132 (51.95% from 255) = 55.46%
BLUE value IS 92 (36.33% from 255) = 38.66%
R=5.88%
G=55.46%
B=38.66%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal14132920.8900.300.48159.6680.8228.63
HexE845C5901E30a0511d
Octal162041341310366024012135
Binary1110100001001011100101100101111011000010100000101000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E845C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0E845C; }

 p { color: rgb(14,132,92); }

 H1.HeaderClassName
 {
   color: #0E845C;
 }
 .AnyTagClassName
 {
   color: #0E845C;
 }
</style>
background-color css

<style>
 a { background-color: #0E845C; }

 a { background-color: rgb(14,132,92); }

 div.DivClassName
 {
   background-color: #0E845C;
 }
 .BgClassName
 {
   background-color: #0E845C;
 }
</style>
border-color css

<style>
 span { border-color: #0E845C; }

 span { border-color: rgb(14,132,92); }

 td.TdClassName
 {
   border-color: #0E845C;
 }
 .TagClassName
 {
   border-color: #0E845C;
 }
</style>