#0E7858

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

Shades of Deep Sea #0E7858

Tints of Deep Sea #0E7858

Color information

#0E7858 (or 0x0E7858) is unknown color: approx Deep Sea. HEX triplet: 0E, 78 and 58. RGB value is (14,120,88). Sum of RGB (Red+Green+Blue) = 14+120+88=222 (29% of max value = 765). Red value is 14 (5.86% from 255 or 6.31% from 222); Green value is 120 (47.27% from 255 or 54.05% from 222); Blue value is 88 (34.77% from 255 or 39.64% from 222); Max value from RGB is 120 - color contains mainly: green. Hex color #0E7858 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0E7858 is #F187A7. Grayscale: #545454. Windows color (decimal): -15828904 or 5797902. OLE color: 5797902.

HSL color Cylindrical-coordinate representation of color #0E7858: hue angle of 161.89º degrees, saturation: 0.79, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0E7858 is Cyan = 0.88, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.53.

Color convert

RGB1412088-
CMYK0.8800.270.53
HSL161.89º79.1%26.27%-
HSV(B)161.89º88.33%47.06%-
XYZ8.6614.2311.52-
YUV84.66129.8877.6-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 6.31%
GREEN value IS 120 (47.27% from 255) = 54.05%
BLUE value IS 88 (34.77% from 255) = 39.64%
R=6.31%
G=54.05%
B=39.64%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal14120880.8800.270.53161.8979.126.27
HexE78585801B35a24f1a
Octal161701301300336524211732
Binary111011110001011000101100001101111010110100010100111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E7858

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,120,88); }

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

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

 a { background-color: rgb(14,120,88); }

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

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

 span { border-color: rgb(14,120,88); }

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