Shades of Dark Cyan #0F9189
Tints of Dark Cyan #0F9189
RGB
CMYK
RGB Variations
Color information
#0F9189 (or 0x0F9189) is known color: Dark Cyan. HEX triplet: 0F, 91 and 89. RGB value is (15,145,137). Sum of RGB (Red+Green+Blue) = 15+145+137=297 (39% of max value = 765). Red value is 15 (6.25% from 255 or 5.05% from 297); Green value is 145 (57.03% from 255 or 48.82% from 297); Blue value is 137 (53.91% from 255 or 46.13% from 297); Max value from RGB is 145 - color contains mainly: green. Hex color #0F9189 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0F9189 is #F06E76. Grayscale: #696969. Windows color (decimal): -15756919 or 9015567. OLE color: 9015567.
HSL color Cylindrical-coordinate representation of color #0F9189: hue angle of 176.31º 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 #0F9189 is Cyan = 0.90, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 15 | 145 | 137 | - |
| CMYK | 0.90 | 0 | 0.06 | 0.43 |
| HSL | 176.31º | 0.81% | 0.31% | - |
| HSV(B) | 176.31º | 0.9% | 0.57% | - |
| XYZ | 14.84 | 22.16 | 27.16 | - |
| YUV | 105.22 | 145.93 | 63.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 145 | 137 | 0.90 | 0 | 0.06 | 0.43 | 176.31 | 0.81 | 0.31 |
| Hex | F | 91 | 89 | 5A | 0 | 6 | 2B | B0 | 51 | 1F |
| Octal | 17 | 221 | 211 | 132 | 0 | 6 | 53 | 260 | 121 | 37 |
| Binary | 1111 | 10010001 | 10001001 | 1011010 | 0 | 110 | 101011 | 10110000 | 1010001 | 11111 |
Color Harmonies of #0F9189
Complementary color
Monochromatic Colors of #0F9189
Black with #0F9189
Text Example
Text Example
White with #0F9189
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F9189; }
p { color: rgb(15,145,137); }
H1.HeaderClassName
{
color: #0F9189;
}
.AnyTagClassName
{
color: #0F9189;
}
</style>
background-color css
<style>
a { background-color: #0F9189; }
a { background-color: rgb(15,145,137); }
div.DivClassName
{
background-color: #0F9189;
}
.BgClassName
{
background-color: #0F9189;
}
</style>
border-color css
<style>
span { border-color: #0F9189; }
span { border-color: rgb(15,145,137); }
td.TdClassName
{
border-color: #0F9189;
}
.TagClassName
{
border-color: #0F9189;
}
</style>