#0E8461

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

Shades of Deep Sea #0E8461

Tints of Deep Sea #0E8461

Color information

#0E8461 (or 0x0E8461) is unknown color: approx Deep Sea. HEX triplet: 0E, 84 and 61. RGB value is (14,132,97). Sum of RGB (Red+Green+Blue) = 14+132+97=243 (32% of max value = 765). Red value is 14 (5.86% from 255 or 5.76% from 243); Green value is 132 (51.95% from 255 or 54.32% from 243); Blue value is 97 (38.28% from 255 or 39.92% from 243); Max value from RGB is 132 - color contains mainly: green. Hex color #0E8461 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0E8461 is #F17B9E. Grayscale: #5C5C5C. Windows color (decimal): -15825823 or 6390798. OLE color: 6390798.

HSL color Cylindrical-coordinate representation of color #0E8461: hue angle of 162.2º 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 #0E8461 is Cyan = 0.89, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.48.

Color convert

RGB1413297-
CMYK0.8900.270.48
HSL162.2º80.82%28.63%-
HSV(B)162.2º89.39%51.76%-
XYZ10.5917.4614.12-
YUV92.73130.4171.85-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 5.76%
GREEN value IS 132 (51.95% from 255) = 54.32%
BLUE value IS 97 (38.28% from 255) = 39.92%
R=5.76%
G=54.32%
B=39.92%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal14132970.8900.270.48162.280.8228.63
HexE84615901B30a2511d
Octal162041411310336024212135
Binary1110100001001100001101100101101111000010100010101000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E8461

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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