Shades of Dark Cyan #01978B
Tints of Dark Cyan #01978B
RGB
CMYK
RGB Variations
Color information
#01978B (or 0x01978B) is known color: Dark Cyan. HEX triplet: 01, 97 and 8B. RGB value is (1,151,139). Sum of RGB (Red+Green+Blue) = 1+151+139=291 (38% of max value = 765). Red value is 1 (0.78% from 255 or 0.34% from 291); Green value is 151 (59.38% from 255 or 51.89% from 291); Blue value is 139 (54.69% from 255 or 47.77% from 291); Max value from RGB is 151 - color contains mainly: green. Hex color #01978B is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #01978B is #FE6874. Grayscale: #686868. Windows color (decimal): -16672885 or 9148161. OLE color: 9148161.
HSL color Cylindrical-coordinate representation of color #01978B: hue angle of 175.2º 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 #01978B is Cyan = 0.99, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 1 | 151 | 139 | - |
| CMYK | 0.99 | 0 | 0.08 | 0.41 |
| HSL | 175.2º | 0.99% | 0.3% | - |
| HSV(B) | 175.2º | 0.99% | 0.59% | - |
| XYZ | 15.74 | 24 | 28.23 | - |
| YUV | 104.78 | 147.31 | 53.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 151 | 139 | 0.99 | 0 | 0.08 | 0.41 | 175.2 | 0.99 | 0.3 |
| Hex | 1 | 97 | 8B | 63 | 0 | 8 | 29 | AF | 63 | 1E |
| Octal | 1 | 227 | 213 | 143 | 0 | 10 | 51 | 257 | 143 | 36 |
| Binary | 1 | 10010111 | 10001011 | 1100011 | 0 | 1000 | 101001 | 10101111 | 1100011 | 11110 |
Color Harmonies of #01978B
Complementary color
Monochromatic Colors of #01978B
Black with #01978B
Text Example
Text Example
White with #01978B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01978B; }
p { color: rgb(1,151,139); }
H1.HeaderClassName
{
color: #01978B;
}
.AnyTagClassName
{
color: #01978B;
}
</style>
background-color css
<style>
a { background-color: #01978B; }
a { background-color: rgb(1,151,139); }
div.DivClassName
{
background-color: #01978B;
}
.BgClassName
{
background-color: #01978B;
}
</style>
border-color css
<style>
span { border-color: #01978B; }
span { border-color: rgb(1,151,139); }
td.TdClassName
{
border-color: #01978B;
}
.TagClassName
{
border-color: #01978B;
}
</style>