Shades of Dark Cyan #0F978E
Tints of Dark Cyan #0F978E
RGB
CMYK
RGB Variations
Color information
#0F978E (or 0x0F978E) is known color: Dark Cyan. HEX triplet: 0F, 97 and 8E. RGB value is (15,151,142). Sum of RGB (Red+Green+Blue) = 15+151+142=308 (40% of max value = 765). Red value is 15 (6.25% from 255 or 4.87% from 308); Green value is 151 (59.38% from 255 or 49.03% from 308); Blue value is 142 (55.86% from 255 or 46.10% from 308); Max value from RGB is 151 - color contains mainly: green. Hex color #0F978E is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0F978E is #F06871. Grayscale: #6D6D6D. Windows color (decimal): -15755378 or 9344783. OLE color: 9344783.
HSL color Cylindrical-coordinate representation of color #0F978E: hue angle of 176.03º degrees, saturation: 0.82, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0F978E is Cyan = 0.90, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 15 | 151 | 142 | - |
| CMYK | 0.90 | 0 | 0.06 | 0.41 |
| HSL | 176.03º | 0.82% | 0.33% | - |
| HSV(B) | 176.03º | 0.9% | 0.59% | - |
| XYZ | 16.15 | 24.19 | 29.41 | - |
| YUV | 109.31 | 146.44 | 60.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 151 | 142 | 0.90 | 0 | 0.06 | 0.41 | 176.03 | 0.82 | 0.33 |
| Hex | F | 97 | 8E | 5A | 0 | 6 | 29 | B0 | 52 | 21 |
| Octal | 17 | 227 | 216 | 132 | 0 | 6 | 51 | 260 | 122 | 41 |
| Binary | 1111 | 10010111 | 10001110 | 1011010 | 0 | 110 | 101001 | 10110000 | 1010010 | 100001 |
Color Harmonies of #0F978E
Complementary color
Monochromatic Colors of #0F978E
Black with #0F978E
Text Example
Text Example
White with #0F978E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F978E; }
p { color: rgb(15,151,142); }
H1.HeaderClassName
{
color: #0F978E;
}
.AnyTagClassName
{
color: #0F978E;
}
</style>
background-color css
<style>
a { background-color: #0F978E; }
a { background-color: rgb(15,151,142); }
div.DivClassName
{
background-color: #0F978E;
}
.BgClassName
{
background-color: #0F978E;
}
</style>
border-color css
<style>
span { border-color: #0F978E; }
span { border-color: rgb(15,151,142); }
td.TdClassName
{
border-color: #0F978E;
}
.TagClassName
{
border-color: #0F978E;
}
</style>