Shades of Dark Cyan #0F988E
Tints of Dark Cyan #0F988E
RGB
CMYK
RGB Variations
Color information
#0F988E (or 0x0F988E) is known color: Dark Cyan. HEX triplet: 0F, 98 and 8E. RGB value is (15,152,142). Sum of RGB (Red+Green+Blue) = 15+152+142=309 (40% of max value = 765). Red value is 15 (6.25% from 255 or 4.85% from 309); Green value is 152 (59.77% from 255 or 49.19% from 309); Blue value is 142 (55.86% from 255 or 45.95% from 309); Max value from RGB is 152 - color contains mainly: green. Hex color #0F988E is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0F988E is #F06771. Grayscale: #6D6D6D. Windows color (decimal): -15755122 or 9345039. OLE color: 9345039.
HSL color Cylindrical-coordinate representation of color #0F988E: hue angle of 175.62º 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 #0F988E is Cyan = 0.90, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 15 | 152 | 142 | - |
| CMYK | 0.90 | 0 | 0.07 | 0.40 |
| HSL | 175.62º | 0.82% | 0.33% | - |
| HSV(B) | 175.62º | 0.9% | 0.6% | - |
| XYZ | 16.31 | 24.51 | 29.46 | - |
| YUV | 109.9 | 146.11 | 60.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 152 | 142 | 0.90 | 0 | 0.07 | 0.40 | 175.62 | 0.82 | 0.33 |
| Hex | F | 98 | 8E | 5A | 0 | 7 | 28 | B0 | 52 | 21 |
| Octal | 17 | 230 | 216 | 132 | 0 | 7 | 50 | 260 | 122 | 41 |
| Binary | 1111 | 10011000 | 10001110 | 1011010 | 0 | 111 | 101000 | 10110000 | 1010010 | 100001 |
Color Harmonies of #0F988E
Complementary color
Monochromatic Colors of #0F988E
Black with #0F988E
Text Example
Text Example
White with #0F988E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F988E; }
p { color: rgb(15,152,142); }
H1.HeaderClassName
{
color: #0F988E;
}
.AnyTagClassName
{
color: #0F988E;
}
</style>
background-color css
<style>
a { background-color: #0F988E; }
a { background-color: rgb(15,152,142); }
div.DivClassName
{
background-color: #0F988E;
}
.BgClassName
{
background-color: #0F988E;
}
</style>
border-color css
<style>
span { border-color: #0F988E; }
span { border-color: rgb(15,152,142); }
td.TdClassName
{
border-color: #0F988E;
}
.TagClassName
{
border-color: #0F988E;
}
</style>