#0E895B

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

Shades of Deep Sea #0E895B

Tints of Deep Sea #0E895B

Color information

#0E895B (or 0x0E895B) is unknown color: approx Deep Sea. HEX triplet: 0E, 89 and 5B. RGB value is (14,137,91). Sum of RGB (Red+Green+Blue) = 14+137+91=242 (32% of max value = 765). Red value is 14 (5.86% from 255 or 5.79% from 242); Green value is 137 (53.91% from 255 or 56.61% from 242); Blue value is 91 (35.94% from 255 or 37.60% from 242); Max value from RGB is 137 - color contains mainly: green. Hex color #0E895B is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0E895B is #F176A4. Grayscale: #5F5F5F. Windows color (decimal): -15824549 or 5998862. OLE color: 5998862.

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

Color convert

RGB1413791-
CMYK0.9000.340.46
HSL157.56º81.46%29.61%-
HSV(B)157.56º89.78%53.73%-
XYZ11.0218.7412.93-
YUV94.98125.7570.24-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 5.79%
GREEN value IS 137 (53.91% from 255) = 56.61%
BLUE value IS 91 (35.94% from 255) = 37.60%
R=5.79%
G=56.61%
B=37.60%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal14137910.9000.340.46157.5681.4629.61
HexE895B5A0222E9e511e
Octal162111331320425623612136
Binary11101000100110110111011010010001010111010011110101000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E895B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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