#0D8860

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

Shades of Deep Sea #0D8860

Tints of Deep Sea #0D8860

Color information

#0D8860 (or 0x0D8860) is unknown color: approx Deep Sea. HEX triplet: 0D, 88 and 60. RGB value is (13,136,96). Sum of RGB (Red+Green+Blue) = 13+136+96=245 (32% of max value = 765). Red value is 13 (5.47% from 255 or 5.31% from 245); Green value is 136 (53.52% from 255 or 55.51% from 245); Blue value is 96 (37.89% from 255 or 39.18% from 245); Max value from RGB is 136 - color contains mainly: green. Hex color #0D8860 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0D8860 is #F2779F. Grayscale: #5E5E5E. Windows color (decimal): -15890336 or 6326285. OLE color: 6326285.

HSL color Cylindrical-coordinate representation of color #0D8860: hue angle of 160.49º degrees, saturation: 0.83, 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 #0D8860 is Cyan = 0.90, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.47.

Color convert

RGB1313696-
CMYK0.9000.290.47
HSL160.49º82.55%29.22%-
HSV(B)160.49º90.44%53.33%-
XYZ11.0818.5414.06-
YUV94.66128.7569.75-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 5.31%
GREEN value IS 136 (53.52% from 255) = 55.51%
BLUE value IS 96 (37.89% from 255) = 39.18%
R=5.31%
G=55.51%
B=39.18%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13136960.9000.290.47160.4982.5529.22
HexD88605A01D2Fa0531d
Octal152101401320355724012335
Binary1101100010001100000101101001110110111110100000101001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D8860

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(13,136,96); }

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

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

 a { background-color: rgb(13,136,96); }

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

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

 span { border-color: rgb(13,136,96); }

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