Shades of Dark Cyan #0F9288
Tints of Dark Cyan #0F9288
RGB
CMYK
RGB Variations
Color information
#0F9288 (or 0x0F9288) is known color: Dark Cyan. HEX triplet: 0F, 92 and 88. RGB value is (15,146,136). Sum of RGB (Red+Green+Blue) = 15+146+136=297 (39% of max value = 765). Red value is 15 (6.25% from 255 or 5.05% from 297); Green value is 146 (57.42% from 255 or 49.16% from 297); Blue value is 136 (53.52% from 255 or 45.79% from 297); Max value from RGB is 146 - color contains mainly: green. Hex color #0F9288 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0F9288 is #F06D77. Grayscale: #696969. Windows color (decimal): -15756664 or 8950287. OLE color: 8950287.
HSL color Cylindrical-coordinate representation of color #0F9288: hue angle of 175.42º degrees, saturation: 0.81, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0F9288 is Cyan = 0.90, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 15 | 146 | 136 | - |
| CMYK | 0.90 | 0 | 0.07 | 0.43 |
| HSL | 175.42º | 0.81% | 0.32% | - |
| HSV(B) | 175.42º | 0.9% | 0.57% | - |
| XYZ | 14.92 | 22.44 | 26.84 | - |
| YUV | 105.69 | 145.1 | 63.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 146 | 136 | 0.90 | 0 | 0.07 | 0.43 | 175.42 | 0.81 | 0.32 |
| Hex | F | 92 | 88 | 5A | 0 | 7 | 2B | AF | 51 | 20 |
| Octal | 17 | 222 | 210 | 132 | 0 | 7 | 53 | 257 | 121 | 40 |
| Binary | 1111 | 10010010 | 10001000 | 1011010 | 0 | 111 | 101011 | 10101111 | 1010001 | 100000 |
Color Harmonies of #0F9288
Complementary color
Monochromatic Colors of #0F9288
Black with #0F9288
Text Example
Text Example
White with #0F9288
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F9288; }
p { color: rgb(15,146,136); }
H1.HeaderClassName
{
color: #0F9288;
}
.AnyTagClassName
{
color: #0F9288;
}
</style>
background-color css
<style>
a { background-color: #0F9288; }
a { background-color: rgb(15,146,136); }
div.DivClassName
{
background-color: #0F9288;
}
.BgClassName
{
background-color: #0F9288;
}
</style>
border-color css
<style>
span { border-color: #0F9288; }
span { border-color: rgb(15,146,136); }
td.TdClassName
{
border-color: #0F9288;
}
.TagClassName
{
border-color: #0F9288;
}
</style>