#0E8B5B

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

Shades of Deep Sea #0E8B5B

Tints of Deep Sea #0E8B5B

Color information

#0E8B5B (or 0x0E8B5B) is unknown color: approx Deep Sea. HEX triplet: 0E, 8B and 5B. RGB value is (14,139,91). Sum of RGB (Red+Green+Blue) = 14+139+91=244 (32% of max value = 765). Red value is 14 (5.86% from 255 or 5.74% from 244); Green value is 139 (54.69% from 255 or 56.97% from 244); Blue value is 91 (35.94% from 255 or 37.30% from 244); Max value from RGB is 139 - color contains mainly: green. Hex color #0E8B5B is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0E8B5B is #F174A4. Grayscale: #606060. Windows color (decimal): -15824037 or 5999374. OLE color: 5999374.

HSL color Cylindrical-coordinate representation of color #0E8B5B: hue angle of 156.96º 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 #0E8B5B is Cyan = 0.90, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.45.

Color convert

RGB1413991-
CMYK0.9000.350.45
HSL156.96º81.7%30%-
HSV(B)156.96º89.93%54.51%-
XYZ11.319.3113.03-
YUV96.15125.0969.4-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 5.74%
GREEN value IS 139 (54.69% from 255) = 56.97%
BLUE value IS 91 (35.94% from 255) = 37.30%
R=5.74%
G=56.97%
B=37.30%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal14139910.9000.350.45156.9681.730
HexE8B5B5A0232D9d521e
Octal162131331320435523512236
Binary11101000101110110111011010010001110110110011101101001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E8B5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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