#0F8860

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

Shades of Deep Sea #0F8860

Tints of Deep Sea #0F8860

Color information

#0F8860 (or 0x0F8860) is unknown color: approx Deep Sea. HEX triplet: 0F, 88 and 60. RGB value is (15,136,96). Sum of RGB (Red+Green+Blue) = 15+136+96=247 (32% of max value = 765). Red value is 15 (6.25% from 255 or 6.07% from 247); Green value is 136 (53.52% from 255 or 55.06% from 247); Blue value is 96 (37.89% from 255 or 38.87% from 247); Max value from RGB is 136 - color contains mainly: green. Hex color #0F8860 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0F8860 is #F0779F. Grayscale: #5F5F5F. Windows color (decimal): -15759264 or 6326287. OLE color: 6326287.

HSL color Cylindrical-coordinate representation of color #0F8860: hue angle of 160.17º degrees, saturation: 0.8, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0F8860 is Cyan = 0.89, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.47.

Color convert

RGB1513696-
CMYK0.8900.290.47
HSL160.17º80.13%29.61%-
HSV(B)160.17º88.97%53.33%-
XYZ11.1118.5514.06-
YUV95.26128.4170.75-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 6.07%
GREEN value IS 136 (53.52% from 255) = 55.06%
BLUE value IS 96 (37.89% from 255) = 38.87%
R=6.07%
G=55.06%
B=38.87%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal15136960.8900.290.47160.1780.1329.61
HexF88605901D2Fa0501e
Octal172101401310355724012036
Binary1111100010001100000101100101110110111110100000101000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F8860

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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