#0F9787

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

Shades of Dark Cyan #0F9787

Tints of Dark Cyan #0F9787

Color information

#0F9787 (or 0x0F9787) is unknown color: approx Dark Cyan. HEX triplet: 0F, 97 and 87. RGB value is (15,151,135). Sum of RGB (Red+Green+Blue) = 15+151+135=301 (39% of max value = 765). Red value is 15 (6.25% from 255 or 4.98% from 301); Green value is 151 (59.38% from 255 or 50.17% from 301); Blue value is 135 (53.12% from 255 or 44.85% from 301); Max value from RGB is 151 - color contains mainly: green. Hex color #0F9787 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0F9787 is #F06878. Grayscale: #6C6C6C. Windows color (decimal): -15755385 or 8886031. OLE color: 8886031.

HSL color Cylindrical-coordinate representation of color #0F9787: hue angle of 172.94º degrees, saturation: 0.82, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0F9787 is Cyan = 0.90, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.41.

Color convert

RGB15151135-
CMYK0.9000.110.41
HSL172.94º81.93%32.55%-
HSV(B)172.94º90.07%59.22%-
XYZ15.6423.9826.73-
YUV108.51142.9461.3-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 4.98%
GREEN value IS 151 (59.38% from 255) = 50.17%
BLUE value IS 135 (53.12% from 255) = 44.85%
R=4.98%
G=50.17%
B=44.85%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal151511350.9000.110.41172.9481.9332.55
HexF97875A0B29ad5221
Octal172272071320135125512241
Binary11111001011110000111101101001011101001101011011010010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F9787

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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