Shades of Dark Cyan #0A978E
Tints of Dark Cyan #0A978E
RGB
CMYK
RGB Variations
Color information
#0A978E (or 0x0A978E) is known color: Dark Cyan. HEX triplet: 0A, 97 and 8E. RGB value is (10,151,142). Sum of RGB (Red+Green+Blue) = 10+151+142=303 (40% of max value = 765). Red value is 10 (4.30% from 255 or 3.30% from 303); Green value is 151 (59.38% from 255 or 49.83% from 303); Blue value is 142 (55.86% from 255 or 46.86% from 303); Max value from RGB is 151 - color contains mainly: green. Hex color #0A978E is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0A978E is #F56871. Grayscale: #6B6B6B. Windows color (decimal): -16083058 or 9344778. OLE color: 9344778.
HSL color Cylindrical-coordinate representation of color #0A978E: hue angle of 176.17º degrees, saturation: 0.88, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0A978E is Cyan = 0.93, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 10 | 151 | 142 | - |
| CMYK | 0.93 | 0 | 0.06 | 0.41 |
| HSL | 176.17º | 0.88% | 0.32% | - |
| HSV(B) | 176.17º | 0.93% | 0.59% | - |
| XYZ | 16.07 | 24.15 | 29.41 | - |
| YUV | 107.82 | 147.29 | 58.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 151 | 142 | 0.93 | 0 | 0.06 | 0.41 | 176.17 | 0.88 | 0.32 |
| Hex | A | 97 | 8E | 5D | 0 | 6 | 29 | B0 | 58 | 20 |
| Octal | 12 | 227 | 216 | 135 | 0 | 6 | 51 | 260 | 130 | 40 |
| Binary | 1010 | 10010111 | 10001110 | 1011101 | 0 | 110 | 101001 | 10110000 | 1011000 | 100000 |
Color Harmonies of #0A978E
Complementary color
Monochromatic Colors of #0A978E
Black with #0A978E
Text Example
Text Example
White with #0A978E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A978E; }
p { color: rgb(10,151,142); }
H1.HeaderClassName
{
color: #0A978E;
}
.AnyTagClassName
{
color: #0A978E;
}
</style>
background-color css
<style>
a { background-color: #0A978E; }
a { background-color: rgb(10,151,142); }
div.DivClassName
{
background-color: #0A978E;
}
.BgClassName
{
background-color: #0A978E;
}
</style>
border-color css
<style>
span { border-color: #0A978E; }
span { border-color: rgb(10,151,142); }
td.TdClassName
{
border-color: #0A978E;
}
.TagClassName
{
border-color: #0A978E;
}
</style>