Shades of Dark Cyan #0F9787
Tints of Dark Cyan #0F9787
RGB
CMYK
RGB Variations
Color information
#0F9787 (or 0x0F9787) is known color: 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
| RGB | 15 | 151 | 135 | - |
| CMYK | 0.90 | 0 | 0.11 | 0.41 |
| HSL | 172.94º | 0.82% | 0.33% | - |
| HSV(B) | 172.94º | 0.9% | 0.59% | - |
| XYZ | 15.64 | 23.98 | 26.73 | - |
| YUV | 108.51 | 142.94 | 61.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 151 | 135 | 0.90 | 0 | 0.11 | 0.41 | 172.94 | 0.82 | 0.33 |
| Hex | F | 97 | 87 | 5A | 0 | B | 29 | AD | 52 | 21 |
| Octal | 17 | 227 | 207 | 132 | 0 | 13 | 51 | 255 | 122 | 41 |
| Binary | 1111 | 10010111 | 10000111 | 1011010 | 0 | 1011 | 101001 | 10101101 | 1010010 | 100001 |
Color Harmonies of #0F9787
Complementary color
Monochromatic Colors of #0F9787
Black with #0F9787
Text Example
Text Example
White with #0F9787
Text Example
Text Example
HTML Codes & Css Web 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>