Shades of Dark Cyan #0F9080
Tints of Dark Cyan #0F9080
RGB
CMYK
RGB Variations
Color information
#0F9080 (or 0x0F9080) is known color: Dark Cyan. HEX triplet: 0F, 90 and 80. RGB value is (15,144,128). Sum of RGB (Red+Green+Blue) = 15+144+128=287 (38% of max value = 765). Red value is 15 (6.25% from 255 or 5.23% from 287); Green value is 144 (56.64% from 255 or 50.17% from 287); Blue value is 128 (50.39% from 255 or 44.60% from 287); Max value from RGB is 144 - color contains mainly: green. Hex color #0F9080 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0F9080 is #F06F7F. Grayscale: #676767. Windows color (decimal): -15757184 or 8425487. OLE color: 8425487.
HSL color Cylindrical-coordinate representation of color #0F9080: hue angle of 172.56º degrees, saturation: 0.81, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0F9080 is Cyan = 0.90, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 15 | 144 | 128 | - |
| CMYK | 0.90 | 0 | 0.11 | 0.44 |
| HSL | 172.56º | 0.81% | 0.31% | - |
| HSV(B) | 172.56º | 0.9% | 0.56% | - |
| XYZ | 14.07 | 21.61 | 23.85 | - |
| YUV | 103.61 | 141.76 | 64.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 144 | 128 | 0.90 | 0 | 0.11 | 0.44 | 172.56 | 0.81 | 0.31 |
| Hex | F | 90 | 80 | 5A | 0 | B | 2C | AD | 51 | 1F |
| Octal | 17 | 220 | 200 | 132 | 0 | 13 | 54 | 255 | 121 | 37 |
| Binary | 1111 | 10010000 | 10000000 | 1011010 | 0 | 1011 | 101100 | 10101101 | 1010001 | 11111 |
Color Harmonies of #0F9080
Complementary color
Monochromatic Colors of #0F9080
Black with #0F9080
Text Example
Text Example
White with #0F9080
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F9080; }
p { color: rgb(15,144,128); }
H1.HeaderClassName
{
color: #0F9080;
}
.AnyTagClassName
{
color: #0F9080;
}
</style>
background-color css
<style>
a { background-color: #0F9080; }
a { background-color: rgb(15,144,128); }
div.DivClassName
{
background-color: #0F9080;
}
.BgClassName
{
background-color: #0F9080;
}
</style>
border-color css
<style>
span { border-color: #0F9080; }
span { border-color: rgb(15,144,128); }
td.TdClassName
{
border-color: #0F9080;
}
.TagClassName
{
border-color: #0F9080;
}
</style>