Shades of Dark Cyan #0F978D
Tints of Dark Cyan #0F978D
RGB
CMYK
RGB Variations
Color information
#0F978D (or 0x0F978D) is known color: Dark Cyan. HEX triplet: 0F, 97 and 8D. RGB value is (15,151,141). Sum of RGB (Red+Green+Blue) = 15+151+141=307 (40% of max value = 765). Red value is 15 (6.25% from 255 or 4.89% from 307); Green value is 151 (59.38% from 255 or 49.19% from 307); Blue value is 141 (55.47% from 255 or 45.93% from 307); Max value from RGB is 151 - color contains mainly: green. Hex color #0F978D is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0F978D is #F06872. Grayscale: #6D6D6D. Windows color (decimal): -15755379 or 9279247. OLE color: 9279247.
HSL color Cylindrical-coordinate representation of color #0F978D: hue angle of 175.59º 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 #0F978D is Cyan = 0.90, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 15 | 151 | 141 | - |
| CMYK | 0.90 | 0 | 0.07 | 0.41 |
| HSL | 175.59º | 0.82% | 0.33% | - |
| HSV(B) | 175.59º | 0.9% | 0.59% | - |
| XYZ | 16.07 | 24.16 | 29.02 | - |
| YUV | 109.2 | 145.94 | 60.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 151 | 141 | 0.90 | 0 | 0.07 | 0.41 | 175.59 | 0.82 | 0.33 |
| Hex | F | 97 | 8D | 5A | 0 | 7 | 29 | B0 | 52 | 21 |
| Octal | 17 | 227 | 215 | 132 | 0 | 7 | 51 | 260 | 122 | 41 |
| Binary | 1111 | 10010111 | 10001101 | 1011010 | 0 | 111 | 101001 | 10110000 | 1010010 | 100001 |
Color Harmonies of #0F978D
Complementary color
Monochromatic Colors of #0F978D
Black with #0F978D
Text Example
Text Example
White with #0F978D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F978D; }
p { color: rgb(15,151,141); }
H1.HeaderClassName
{
color: #0F978D;
}
.AnyTagClassName
{
color: #0F978D;
}
</style>
background-color css
<style>
a { background-color: #0F978D; }
a { background-color: rgb(15,151,141); }
div.DivClassName
{
background-color: #0F978D;
}
.BgClassName
{
background-color: #0F978D;
}
</style>
border-color css
<style>
span { border-color: #0F978D; }
span { border-color: rgb(15,151,141); }
td.TdClassName
{
border-color: #0F978D;
}
.TagClassName
{
border-color: #0F978D;
}
</style>