Shades of Dark Cyan #01908E
Tints of Dark Cyan #01908E
RGB
CMYK
RGB Variations
Color information
#01908E (or 0x01908E) is known color: Dark Cyan. HEX triplet: 01, 90 and 8E. RGB value is (1,144,142). Sum of RGB (Red+Green+Blue) = 1+144+142=287 (38% of max value = 765). Red value is 1 (0.78% from 255 or 0.35% from 287); Green value is 144 (56.64% from 255 or 50.17% from 287); Blue value is 142 (55.86% from 255 or 49.48% from 287); Max value from RGB is 144 - color contains mainly: green. Hex color #01908E is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #01908E is #FE6F71. Grayscale: #646464. Windows color (decimal): -16674674 or 9342977. OLE color: 9342977.
HSL color Cylindrical-coordinate representation of color #01908E: hue angle of 179.16º degrees, saturation: 0.99, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01908E is Cyan = 0.99, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 1 | 144 | 142 | - |
| CMYK | 0.99 | 0 | 0.01 | 0.44 |
| HSL | 179.16º | 0.99% | 0.28% | - |
| HSV(B) | 179.16º | 0.99% | 0.56% | - |
| XYZ | 14.87 | 21.91 | 29.04 | - |
| YUV | 101.02 | 151.12 | 56.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 144 | 142 | 0.99 | 0 | 0.01 | 0.44 | 179.16 | 0.99 | 0.28 |
| Hex | 1 | 90 | 8E | 63 | 0 | 1 | 2C | B3 | 63 | 1C |
| Octal | 1 | 220 | 216 | 143 | 0 | 1 | 54 | 263 | 143 | 34 |
| Binary | 1 | 10010000 | 10001110 | 1100011 | 0 | 1 | 101100 | 10110011 | 1100011 | 11100 |
Color Harmonies of #01908E
Complementary color
Monochromatic Colors of #01908E
Black with #01908E
Text Example
Text Example
White with #01908E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01908E; }
p { color: rgb(1,144,142); }
H1.HeaderClassName
{
color: #01908E;
}
.AnyTagClassName
{
color: #01908E;
}
</style>
background-color css
<style>
a { background-color: #01908E; }
a { background-color: rgb(1,144,142); }
div.DivClassName
{
background-color: #01908E;
}
.BgClassName
{
background-color: #01908E;
}
</style>
border-color css
<style>
span { border-color: #01908E; }
span { border-color: rgb(1,144,142); }
td.TdClassName
{
border-color: #01908E;
}
.TagClassName
{
border-color: #01908E;
}
</style>