Shades of Dark Cyan #01958E
Tints of Dark Cyan #01958E
RGB
CMYK
RGB Variations
Color information
#01958E (or 0x01958E) is known color: Dark Cyan. HEX triplet: 01, 95 and 8E. RGB value is (1,149,142). Sum of RGB (Red+Green+Blue) = 1+149+142=292 (38% of max value = 765). Red value is 1 (0.78% from 255 or 0.34% from 292); Green value is 149 (58.59% from 255 or 51.03% from 292); Blue value is 142 (55.86% from 255 or 48.63% from 292); Max value from RGB is 149 - color contains mainly: green. Hex color #01958E is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #01958E is #FE6A71. Grayscale: #676767. Windows color (decimal): -16673394 or 9344257. OLE color: 9344257.
HSL color Cylindrical-coordinate representation of color #01958E: hue angle of 177.16º degrees, saturation: 0.99, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01958E is Cyan = 0.99, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 1 | 149 | 142 | - |
| CMYK | 0.99 | 0 | 0.05 | 0.42 |
| HSL | 177.16º | 0.99% | 0.29% | - |
| HSV(B) | 177.16º | 0.99% | 0.58% | - |
| XYZ | 15.64 | 23.45 | 29.29 | - |
| YUV | 103.95 | 149.47 | 54.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 149 | 142 | 0.99 | 0 | 0.05 | 0.42 | 177.16 | 0.99 | 0.29 |
| Hex | 1 | 95 | 8E | 63 | 0 | 5 | 2A | B1 | 63 | 1D |
| Octal | 1 | 225 | 216 | 143 | 0 | 5 | 52 | 261 | 143 | 35 |
| Binary | 1 | 10010101 | 10001110 | 1100011 | 0 | 101 | 101010 | 10110001 | 1100011 | 11101 |
Color Harmonies of #01958E
Complementary color
Monochromatic Colors of #01958E
Black with #01958E
Text Example
Text Example
White with #01958E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01958E; }
p { color: rgb(1,149,142); }
H1.HeaderClassName
{
color: #01958E;
}
.AnyTagClassName
{
color: #01958E;
}
</style>
background-color css
<style>
a { background-color: #01958E; }
a { background-color: rgb(1,149,142); }
div.DivClassName
{
background-color: #01958E;
}
.BgClassName
{
background-color: #01958E;
}
</style>
border-color css
<style>
span { border-color: #01958E; }
span { border-color: rgb(1,149,142); }
td.TdClassName
{
border-color: #01958E;
}
.TagClassName
{
border-color: #01958E;
}
</style>