Shades of Dark Cyan #01978E
Tints of Dark Cyan #01978E
RGB
CMYK
RGB Variations
Color information
#01978E (or 0x01978E) is known color: Dark Cyan. HEX triplet: 01, 97 and 8E. RGB value is (1,151,142). Sum of RGB (Red+Green+Blue) = 1+151+142=294 (38% of max value = 765). Red value is 1 (0.78% from 255 or 0.34% from 294); Green value is 151 (59.38% from 255 or 51.36% from 294); Blue value is 142 (55.86% from 255 or 48.30% from 294); Max value from RGB is 151 - color contains mainly: green. Hex color #01978E is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #01978E is #FE6871. Grayscale: #696969. Windows color (decimal): -16672882 or 9344769. OLE color: 9344769.
HSL color Cylindrical-coordinate representation of color #01978E: hue angle of 176.4º degrees, saturation: 0.99, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01978E is Cyan = 0.99, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 1 | 151 | 142 | - |
| CMYK | 0.99 | 0 | 0.06 | 0.41 |
| HSL | 176.4º | 0.99% | 0.3% | - |
| HSV(B) | 176.4º | 0.99% | 0.59% | - |
| XYZ | 15.96 | 24.09 | 29.4 | - |
| YUV | 105.12 | 148.81 | 53.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 151 | 142 | 0.99 | 0 | 0.06 | 0.41 | 176.4 | 0.99 | 0.3 |
| Hex | 1 | 97 | 8E | 63 | 0 | 6 | 29 | B0 | 63 | 1E |
| Octal | 1 | 227 | 216 | 143 | 0 | 6 | 51 | 260 | 143 | 36 |
| Binary | 1 | 10010111 | 10001110 | 1100011 | 0 | 110 | 101001 | 10110000 | 1100011 | 11110 |
Color Harmonies of #01978E
Complementary color
Monochromatic Colors of #01978E
Black with #01978E
Text Example
Text Example
White with #01978E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01978E; }
p { color: rgb(1,151,142); }
H1.HeaderClassName
{
color: #01978E;
}
.AnyTagClassName
{
color: #01978E;
}
</style>
background-color css
<style>
a { background-color: #01978E; }
a { background-color: rgb(1,151,142); }
div.DivClassName
{
background-color: #01978E;
}
.BgClassName
{
background-color: #01978E;
}
</style>
border-color css
<style>
span { border-color: #01978E; }
span { border-color: rgb(1,151,142); }
td.TdClassName
{
border-color: #01978E;
}
.TagClassName
{
border-color: #01978E;
}
</style>