#0E875E

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

Shades of Deep Sea #0E875E

Tints of Deep Sea #0E875E

Color information

#0E875E (or 0x0E875E) is unknown color: approx Deep Sea. HEX triplet: 0E, 87 and 5E. RGB value is (14,135,94). Sum of RGB (Red+Green+Blue) = 14+135+94=243 (32% of max value = 765). Red value is 14 (5.86% from 255 or 5.76% from 243); Green value is 135 (53.12% from 255 or 55.56% from 243); Blue value is 94 (37.11% from 255 or 38.68% from 243); Max value from RGB is 135 - color contains mainly: green. Hex color #0E875E is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0E875E is #F178A1. Grayscale: #5E5E5E. Windows color (decimal): -15825058 or 6194958. OLE color: 6194958.

HSL color Cylindrical-coordinate representation of color #0E875E: hue angle of 159.67º degrees, saturation: 0.81, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0E875E is Cyan = 0.90, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.47.

Color convert

RGB1413594-
CMYK0.9000.300.47
HSL159.67º81.21%29.22%-
HSV(B)159.67º89.63%52.94%-
XYZ10.8718.2313.54-
YUV94.15127.9170.83-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 5.76%
GREEN value IS 135 (53.12% from 255) = 55.56%
BLUE value IS 94 (37.11% from 255) = 38.68%
R=5.76%
G=55.56%
B=38.68%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal14135940.9000.300.47159.6781.2129.22
HexE875E5A01E2Fa0511d
Octal162071361320365724012135
Binary1110100001111011110101101001111010111110100000101000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E875E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,135,94); }

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

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

 a { background-color: rgb(14,135,94); }

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

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

 span { border-color: rgb(14,135,94); }

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