#0E8B5C

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

Shades of Deep Sea #0E8B5C

Tints of Deep Sea #0E8B5C

Color information

#0E8B5C (or 0x0E8B5C) is unknown color: approx Deep Sea. HEX triplet: 0E, 8B and 5C. RGB value is (14,139,92). Sum of RGB (Red+Green+Blue) = 14+139+92=245 (32% of max value = 765). Red value is 14 (5.86% from 255 or 5.71% from 245); Green value is 139 (54.69% from 255 or 56.73% from 245); Blue value is 92 (36.33% from 255 or 37.55% from 245); Max value from RGB is 139 - color contains mainly: green. Hex color #0E8B5C is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0E8B5C is #F174A3. Grayscale: #606060. Windows color (decimal): -15824036 or 6064910. OLE color: 6064910.

HSL color Cylindrical-coordinate representation of color #0E8B5C: hue angle of 157.44º degrees, saturation: 0.82, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0E8B5C is Cyan = 0.90, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.45.

Color convert

RGB1413992-
CMYK0.9000.340.45
HSL157.44º81.7%30%-
HSV(B)157.44º89.93%54.51%-
XYZ11.3519.3313.26-
YUV96.27125.5969.32-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 5.71%
GREEN value IS 139 (54.69% from 255) = 56.73%
BLUE value IS 92 (36.33% from 255) = 37.55%
R=5.71%
G=56.73%
B=37.55%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal14139920.9000.340.45157.4481.730
HexE8B5C5A0222D9d521e
Octal162131341320425523512236
Binary11101000101110111001011010010001010110110011101101001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E8B5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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