Shades of Dark Cyan #0F9885
Tints of Dark Cyan #0F9885
RGB
CMYK
RGB Variations
Color information
#0F9885 (or 0x0F9885) is known color: Dark Cyan. HEX triplet: 0F, 98 and 85. RGB value is (15,152,133). Sum of RGB (Red+Green+Blue) = 15+152+133=300 (39% of max value = 765). Red value is 15 (6.25% from 255 or 5% from 300); Green value is 152 (59.77% from 255 or 50.67% from 300); Blue value is 133 (52.34% from 255 or 44.33% from 300); Max value from RGB is 152 - color contains mainly: green. Hex color #0F9885 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0F9885 is #F0677A. Grayscale: #6C6C6C. Windows color (decimal): -15755131 or 8755215. OLE color: 8755215.
HSL color Cylindrical-coordinate representation of color #0F9885: hue angle of 171.68º 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 #0F9885 is Cyan = 0.90, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 15 | 152 | 133 | - |
| CMYK | 0.90 | 0 | 0.13 | 0.40 |
| HSL | 171.68º | 0.82% | 0.33% | - |
| HSV(B) | 171.68º | 0.9% | 0.6% | - |
| XYZ | 15.66 | 24.25 | 26.05 | - |
| YUV | 108.87 | 141.61 | 61.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 152 | 133 | 0.90 | 0 | 0.13 | 0.40 | 171.68 | 0.82 | 0.33 |
| Hex | F | 98 | 85 | 5A | 0 | D | 28 | AC | 52 | 21 |
| Octal | 17 | 230 | 205 | 132 | 0 | 15 | 50 | 254 | 122 | 41 |
| Binary | 1111 | 10011000 | 10000101 | 1011010 | 0 | 1101 | 101000 | 10101100 | 1010010 | 100001 |
Color Harmonies of #0F9885
Complementary color
Monochromatic Colors of #0F9885
Black with #0F9885
Text Example
Text Example
White with #0F9885
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F9885; }
p { color: rgb(15,152,133); }
H1.HeaderClassName
{
color: #0F9885;
}
.AnyTagClassName
{
color: #0F9885;
}
</style>
background-color css
<style>
a { background-color: #0F9885; }
a { background-color: rgb(15,152,133); }
div.DivClassName
{
background-color: #0F9885;
}
.BgClassName
{
background-color: #0F9885;
}
</style>
border-color css
<style>
span { border-color: #0F9885; }
span { border-color: rgb(15,152,133); }
td.TdClassName
{
border-color: #0F9885;
}
.TagClassName
{
border-color: #0F9885;
}
</style>