Shades of Dark Cyan #0F9889
Tints of Dark Cyan #0F9889
RGB
CMYK
RGB Variations
Color information
#0F9889 (or 0x0F9889) is known color: Dark Cyan. HEX triplet: 0F, 98 and 89. RGB value is (15,152,137). Sum of RGB (Red+Green+Blue) = 15+152+137=304 (40% of max value = 765). Red value is 15 (6.25% from 255 or 4.93% from 304); Green value is 152 (59.77% from 255 or 50% from 304); Blue value is 137 (53.91% from 255 or 45.07% from 304); Max value from RGB is 152 - color contains mainly: green. Hex color #0F9889 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0F9889 is #F06776. Grayscale: #6D6D6D. Windows color (decimal): -15755127 or 9017359. OLE color: 9017359.
HSL color Cylindrical-coordinate representation of color #0F9889: hue angle of 173.43º degrees, saturation: 0.82, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0F9889 is Cyan = 0.90, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 15 | 152 | 137 | - |
| CMYK | 0.90 | 0 | 0.10 | 0.40 |
| HSL | 173.43º | 0.82% | 0.33% | - |
| HSV(B) | 173.43º | 0.9% | 0.6% | - |
| XYZ | 15.94 | 24.36 | 27.53 | - |
| YUV | 109.33 | 143.61 | 60.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 152 | 137 | 0.90 | 0 | 0.10 | 0.40 | 173.43 | 0.82 | 0.33 |
| Hex | F | 98 | 89 | 5A | 0 | A | 28 | AD | 52 | 21 |
| Octal | 17 | 230 | 211 | 132 | 0 | 12 | 50 | 255 | 122 | 41 |
| Binary | 1111 | 10011000 | 10001001 | 1011010 | 0 | 1010 | 101000 | 10101101 | 1010010 | 100001 |
Color Harmonies of #0F9889
Complementary color
Monochromatic Colors of #0F9889
Black with #0F9889
Text Example
Text Example
White with #0F9889
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F9889; }
p { color: rgb(15,152,137); }
H1.HeaderClassName
{
color: #0F9889;
}
.AnyTagClassName
{
color: #0F9889;
}
</style>
background-color css
<style>
a { background-color: #0F9889; }
a { background-color: rgb(15,152,137); }
div.DivClassName
{
background-color: #0F9889;
}
.BgClassName
{
background-color: #0F9889;
}
</style>
border-color css
<style>
span { border-color: #0F9889; }
span { border-color: rgb(15,152,137); }
td.TdClassName
{
border-color: #0F9889;
}
.TagClassName
{
border-color: #0F9889;
}
</style>