Shades of Dark Cyan #018E8B
Tints of Dark Cyan #018E8B
RGB
CMYK
RGB Variations
Color information
#018E8B (or 0x018E8B) is known color: Dark Cyan. HEX triplet: 01, 8E and 8B. RGB value is (1,142,139). Sum of RGB (Red+Green+Blue) = 1+142+139=282 (37% of max value = 765). Red value is 1 (0.78% from 255 or 0.35% from 282); Green value is 142 (55.86% from 255 or 50.35% from 282); Blue value is 139 (54.69% from 255 or 49.29% from 282); Max value from RGB is 142 - color contains mainly: green. Hex color #018E8B is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #018E8B is #FE7174. Grayscale: #636363. Windows color (decimal): -16675189 or 9145857. OLE color: 9145857.
HSL color Cylindrical-coordinate representation of color #018E8B: hue angle of 178.72º 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 #018E8B is Cyan = 0.99, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 1 | 142 | 139 | - |
| CMYK | 0.99 | 0 | 0.02 | 0.44 |
| HSL | 178.72º | 0.99% | 0.28% | - |
| HSV(B) | 178.72º | 0.99% | 0.56% | - |
| XYZ | 14.35 | 21.22 | 27.77 | - |
| YUV | 99.5 | 150.29 | 57.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 142 | 139 | 0.99 | 0 | 0.02 | 0.44 | 178.72 | 0.99 | 0.28 |
| Hex | 1 | 8E | 8B | 63 | 0 | 2 | 2C | B3 | 63 | 1C |
| Octal | 1 | 216 | 213 | 143 | 0 | 2 | 54 | 263 | 143 | 34 |
| Binary | 1 | 10001110 | 10001011 | 1100011 | 0 | 10 | 101100 | 10110011 | 1100011 | 11100 |
Color Harmonies of #018E8B
Complementary color
Monochromatic Colors of #018E8B
Black with #018E8B
Text Example
Text Example
White with #018E8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #018E8B; }
p { color: rgb(1,142,139); }
H1.HeaderClassName
{
color: #018E8B;
}
.AnyTagClassName
{
color: #018E8B;
}
</style>
background-color css
<style>
a { background-color: #018E8B; }
a { background-color: rgb(1,142,139); }
div.DivClassName
{
background-color: #018E8B;
}
.BgClassName
{
background-color: #018E8B;
}
</style>
border-color css
<style>
span { border-color: #018E8B; }
span { border-color: rgb(1,142,139); }
td.TdClassName
{
border-color: #018E8B;
}
.TagClassName
{
border-color: #018E8B;
}
</style>