Shades of Dark Cyan #018E94
Tints of Dark Cyan #018E94
RGB
CMYK
RGB Variations
Color information
#018E94 (or 0x018E94) is known color: Dark Cyan. HEX triplet: 01, 8E and 94. RGB value is (1,142,148). Sum of RGB (Red+Green+Blue) = 1+142+148=291 (38% of max value = 765). Red value is 1 (0.78% from 255 or 0.34% from 291); Green value is 142 (55.86% from 255 or 48.80% from 291); Blue value is 148 (58.20% from 255 or 50.86% from 291); Max value from RGB is 148 - color contains mainly: blue. Hex color #018E94 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #018E94 is #FE716B. Grayscale: #646464. Windows color (decimal): -16675180 or 9735681. OLE color: 9735681.
HSL color Cylindrical-coordinate representation of color #018E94: hue angle of 182.45º 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 #018E94 is Cyan = 0.99, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 1 | 142 | 148 | - |
| CMYK | 0.99 | 0.04 | 0 | 0.42 |
| HSL | 182.45º | 0.99% | 0.29% | - |
| HSV(B) | 182.45º | 0.99% | 0.58% | - |
| XYZ | 15.03 | 21.49 | 31.37 | - |
| YUV | 100.53 | 154.79 | 57.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 142 | 148 | 0.99 | 0.04 | 0 | 0.42 | 182.45 | 0.99 | 0.29 |
| Hex | 1 | 8E | 94 | 63 | 4 | 0 | 2A | B6 | 63 | 1D |
| Octal | 1 | 216 | 224 | 143 | 4 | 0 | 52 | 266 | 143 | 35 |
| Binary | 1 | 10001110 | 10010100 | 1100011 | 100 | 0 | 101010 | 10110110 | 1100011 | 11101 |
Color Harmonies of #018E94
Complementary color
Monochromatic Colors of #018E94
Black with #018E94
Text Example
Text Example
White with #018E94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #018E94; }
p { color: rgb(1,142,148); }
H1.HeaderClassName
{
color: #018E94;
}
.AnyTagClassName
{
color: #018E94;
}
</style>
background-color css
<style>
a { background-color: #018E94; }
a { background-color: rgb(1,142,148); }
div.DivClassName
{
background-color: #018E94;
}
.BgClassName
{
background-color: #018E94;
}
</style>
border-color css
<style>
span { border-color: #018E94; }
span { border-color: rgb(1,142,148); }
td.TdClassName
{
border-color: #018E94;
}
.TagClassName
{
border-color: #018E94;
}
</style>