#0F878C

Color #0F878C Dark Cyan (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Cyan #0F878C

Tints of Dark Cyan #0F878C

Color information

#0F878C (or 0x0F878C) is unknown color: approx Dark Cyan. HEX triplet: 0F, 87 and 8C. RGB value is (15,135,140). Sum of RGB (Red+Green+Blue) = 15+135+140=290 (38% of max value = 765). Red value is 15 (6.25% from 255 or 5.17% from 290); Green value is 135 (53.12% from 255 or 46.55% from 290); Blue value is 140 (55.08% from 255 or 48.28% from 290); Max value from RGB is 140 - color contains mainly: blue. Hex color #0F878C is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0F878C is #F07873. Grayscale: #636363. Windows color (decimal): -15759476 or 9209615. OLE color: 9209615.

HSL color Cylindrical-coordinate representation of color #0F878C: hue angle of 182.4º degrees, saturation: 0.81, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0F878C is Cyan = 0.89, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB15135140-
CMYK0.890.0400.45
HSL182.4º80.65%30.39%-
HSV(B)182.4º89.29%54.9%-
XYZ13.5919.3227.82-
YUV99.69150.7467.59-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 5.17%
GREEN value IS 135 (53.12% from 255) = 46.55%
BLUE value IS 140 (55.08% from 255) = 48.28%
R=5.17%
G=46.55%
B=48.28%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal151351400.890.0400.45182.480.6530.39
HexF878C59402Db6511e
Octal17207214131405526612136
Binary111110000111100011001011001100010110110110110101000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F878C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,135,140); }

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

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

 a { background-color: rgb(15,135,140); }

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

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

 span { border-color: rgb(15,135,140); }

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