Shades of Dark Cyan #0F9188
Tints of Dark Cyan #0F9188
RGB
CMYK
RGB Variations
Color information
#0F9188 (or 0x0F9188) is known color: Dark Cyan. HEX triplet: 0F, 91 and 88. RGB value is (15,145,136). Sum of RGB (Red+Green+Blue) = 15+145+136=296 (39% of max value = 765). Red value is 15 (6.25% from 255 or 5.07% from 296); Green value is 145 (57.03% from 255 or 48.99% from 296); Blue value is 136 (53.52% from 255 or 45.95% from 296); Max value from RGB is 145 - color contains mainly: green. Hex color #0F9188 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0F9188 is #F06E77. Grayscale: #696969. Windows color (decimal): -15756920 or 8950031. OLE color: 8950031.
HSL color Cylindrical-coordinate representation of color #0F9188: hue angle of 175.85º degrees, saturation: 0.81, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0F9188 is Cyan = 0.90, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 15 | 145 | 136 | - |
| CMYK | 0.90 | 0 | 0.06 | 0.43 |
| HSL | 175.85º | 0.81% | 0.31% | - |
| HSV(B) | 175.85º | 0.9% | 0.57% | - |
| XYZ | 14.77 | 22.13 | 26.79 | - |
| YUV | 105.1 | 145.43 | 63.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 145 | 136 | 0.90 | 0 | 0.06 | 0.43 | 175.85 | 0.81 | 0.31 |
| Hex | F | 91 | 88 | 5A | 0 | 6 | 2B | B0 | 51 | 1F |
| Octal | 17 | 221 | 210 | 132 | 0 | 6 | 53 | 260 | 121 | 37 |
| Binary | 1111 | 10010001 | 10001000 | 1011010 | 0 | 110 | 101011 | 10110000 | 1010001 | 11111 |
Color Harmonies of #0F9188
Complementary color
Monochromatic Colors of #0F9188
Black with #0F9188
Text Example
Text Example
White with #0F9188
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F9188; }
p { color: rgb(15,145,136); }
H1.HeaderClassName
{
color: #0F9188;
}
.AnyTagClassName
{
color: #0F9188;
}
</style>
background-color css
<style>
a { background-color: #0F9188; }
a { background-color: rgb(15,145,136); }
div.DivClassName
{
background-color: #0F9188;
}
.BgClassName
{
background-color: #0F9188;
}
</style>
border-color css
<style>
span { border-color: #0F9188; }
span { border-color: rgb(15,145,136); }
td.TdClassName
{
border-color: #0F9188;
}
.TagClassName
{
border-color: #0F9188;
}
</style>