Shades of Dark Cyan #018E90
Tints of Dark Cyan #018E90
RGB
CMYK
RGB Variations
Color information
#018E90 (or 0x018E90) is known color: Dark Cyan. HEX triplet: 01, 8E and 90. RGB value is (1,142,144). Sum of RGB (Red+Green+Blue) = 1+142+144=287 (38% of max value = 765). Red value is 1 (0.78% from 255 or 0.35% from 287); Green value is 142 (55.86% from 255 or 49.48% from 287); Blue value is 144 (56.64% from 255 or 50.17% from 287); Max value from RGB is 144 - color contains mainly: blue. Hex color #018E90 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #018E90 is #FE716F. Grayscale: #636363. Windows color (decimal): -16675184 or 9473537. OLE color: 9473537.
HSL color Cylindrical-coordinate representation of color #018E90: hue angle of 180.84º 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 #018E90 is Cyan = 0.99, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 1 | 142 | 144 | - |
| CMYK | 0.99 | 0.01 | 0 | 0.44 |
| HSL | 180.84º | 0.99% | 0.28% | - |
| HSV(B) | 180.84º | 0.99% | 0.56% | - |
| XYZ | 14.72 | 21.37 | 29.73 | - |
| YUV | 100.07 | 152.79 | 57.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 142 | 144 | 0.99 | 0.01 | 0 | 0.44 | 180.84 | 0.99 | 0.28 |
| Hex | 1 | 8E | 90 | 63 | 1 | 0 | 2C | B5 | 63 | 1C |
| Octal | 1 | 216 | 220 | 143 | 1 | 0 | 54 | 265 | 143 | 34 |
| Binary | 1 | 10001110 | 10010000 | 1100011 | 1 | 0 | 101100 | 10110101 | 1100011 | 11100 |
Color Harmonies of #018E90
Complementary color
Monochromatic Colors of #018E90
Black with #018E90
Text Example
Text Example
White with #018E90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #018E90; }
p { color: rgb(1,142,144); }
H1.HeaderClassName
{
color: #018E90;
}
.AnyTagClassName
{
color: #018E90;
}
</style>
background-color css
<style>
a { background-color: #018E90; }
a { background-color: rgb(1,142,144); }
div.DivClassName
{
background-color: #018E90;
}
.BgClassName
{
background-color: #018E90;
}
</style>
border-color css
<style>
span { border-color: #018E90; }
span { border-color: rgb(1,142,144); }
td.TdClassName
{
border-color: #018E90;
}
.TagClassName
{
border-color: #018E90;
}
</style>