Shades of Dark Cyan #018E93
Tints of Dark Cyan #018E93
RGB
CMYK
RGB Variations
Color information
#018E93 (or 0x018E93) is known color: Dark Cyan. HEX triplet: 01, 8E and 93. RGB value is (1,142,147). Sum of RGB (Red+Green+Blue) = 1+142+147=290 (38% of max value = 765). Red value is 1 (0.78% from 255 or 0.34% from 290); Green value is 142 (55.86% from 255 or 48.97% from 290); Blue value is 147 (57.81% from 255 or 50.69% from 290); Max value from RGB is 147 - color contains mainly: blue. Hex color #018E93 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #018E93 is #FE716C. Grayscale: #646464. Windows color (decimal): -16675181 or 9670145. OLE color: 9670145.
HSL color Cylindrical-coordinate representation of color #018E93: hue angle of 182.05º 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 #018E93 is Cyan = 0.99, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 1 | 142 | 147 | - |
| CMYK | 0.99 | 0.03 | 0 | 0.42 |
| HSL | 182.05º | 0.99% | 0.29% | - |
| HSV(B) | 182.05º | 0.99% | 0.58% | - |
| XYZ | 14.95 | 21.46 | 30.96 | - |
| YUV | 100.41 | 154.29 | 57.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 142 | 147 | 0.99 | 0.03 | 0 | 0.42 | 182.05 | 0.99 | 0.29 |
| Hex | 1 | 8E | 93 | 63 | 3 | 0 | 2A | B6 | 63 | 1D |
| Octal | 1 | 216 | 223 | 143 | 3 | 0 | 52 | 266 | 143 | 35 |
| Binary | 1 | 10001110 | 10010011 | 1100011 | 11 | 0 | 101010 | 10110110 | 1100011 | 11101 |
Color Harmonies of #018E93
Complementary color
Monochromatic Colors of #018E93
Black with #018E93
Text Example
Text Example
White with #018E93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #018E93; }
p { color: rgb(1,142,147); }
H1.HeaderClassName
{
color: #018E93;
}
.AnyTagClassName
{
color: #018E93;
}
</style>
background-color css
<style>
a { background-color: #018E93; }
a { background-color: rgb(1,142,147); }
div.DivClassName
{
background-color: #018E93;
}
.BgClassName
{
background-color: #018E93;
}
</style>
border-color css
<style>
span { border-color: #018E93; }
span { border-color: rgb(1,142,147); }
td.TdClassName
{
border-color: #018E93;
}
.TagClassName
{
border-color: #018E93;
}
</style>