Shades of Dark Cyan #018E91
Tints of Dark Cyan #018E91
RGB
CMYK
RGB Variations
Color information
#018E91 (or 0x018E91) is known color: Dark Cyan. HEX triplet: 01, 8E and 91. RGB value is (1,142,145). Sum of RGB (Red+Green+Blue) = 1+142+145=288 (38% of max value = 765). Red value is 1 (0.78% from 255 or 0.35% from 288); Green value is 142 (55.86% from 255 or 49.31% from 288); Blue value is 145 (57.03% from 255 or 50.35% from 288); Max value from RGB is 145 - color contains mainly: blue. Hex color #018E91 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #018E91 is #FE716E. Grayscale: #646464. Windows color (decimal): -16675183 or 9539073. OLE color: 9539073.
HSL color Cylindrical-coordinate representation of color #018E91: hue angle of 181.25º degrees, saturation: 0.99, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #018E91 is Cyan = 0.99, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 1 | 142 | 145 | - |
| CMYK | 0.99 | 0.02 | 0 | 0.43 |
| HSL | 181.25º | 0.99% | 0.29% | - |
| HSV(B) | 181.25º | 0.99% | 0.57% | - |
| XYZ | 14.8 | 21.4 | 30.14 | - |
| YUV | 100.18 | 153.29 | 57.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 142 | 145 | 0.99 | 0.02 | 0 | 0.43 | 181.25 | 0.99 | 0.29 |
| Hex | 1 | 8E | 91 | 63 | 2 | 0 | 2B | B5 | 63 | 1D |
| Octal | 1 | 216 | 221 | 143 | 2 | 0 | 53 | 265 | 143 | 35 |
| Binary | 1 | 10001110 | 10010001 | 1100011 | 10 | 0 | 101011 | 10110101 | 1100011 | 11101 |
Color Harmonies of #018E91
Complementary color
Monochromatic Colors of #018E91
Black with #018E91
Text Example
Text Example
White with #018E91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #018E91; }
p { color: rgb(1,142,145); }
H1.HeaderClassName
{
color: #018E91;
}
.AnyTagClassName
{
color: #018E91;
}
</style>
background-color css
<style>
a { background-color: #018E91; }
a { background-color: rgb(1,142,145); }
div.DivClassName
{
background-color: #018E91;
}
.BgClassName
{
background-color: #018E91;
}
</style>
border-color css
<style>
span { border-color: #018E91; }
span { border-color: rgb(1,142,145); }
td.TdClassName
{
border-color: #018E91;
}
.TagClassName
{
border-color: #018E91;
}
</style>