Shades of Dark Cyan #018D84
Tints of Dark Cyan #018D84
RGB
CMYK
RGB Variations
Color information
#018D84 (or 0x018D84) is known color: Dark Cyan. HEX triplet: 01, 8D and 84. RGB value is (1,141,132). Sum of RGB (Red+Green+Blue) = 1+141+132=274 (36% of max value = 765). Red value is 1 (0.78% from 255 or 0.36% from 274); Green value is 141 (55.47% from 255 or 51.46% from 274); Blue value is 132 (51.95% from 255 or 48.18% from 274); Max value from RGB is 141 - color contains mainly: green. Hex color #018D84 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #018D84 is #FE727B. Grayscale: #626262. Windows color (decimal): -16675452 or 8686849. OLE color: 8686849.
HSL color Cylindrical-coordinate representation of color #018D84: hue angle of 176.14º degrees, saturation: 0.99, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #018D84 is Cyan = 0.99, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 1 | 141 | 132 | - |
| CMYK | 0.99 | 0 | 0.06 | 0.45 |
| HSL | 176.14º | 0.99% | 0.28% | - |
| HSV(B) | 176.14º | 0.99% | 0.55% | - |
| XYZ | 13.7 | 20.72 | 25.11 | - |
| YUV | 98.11 | 147.12 | 58.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 141 | 132 | 0.99 | 0 | 0.06 | 0.45 | 176.14 | 0.99 | 0.28 |
| Hex | 1 | 8D | 84 | 63 | 0 | 6 | 2D | B0 | 63 | 1C |
| Octal | 1 | 215 | 204 | 143 | 0 | 6 | 55 | 260 | 143 | 34 |
| Binary | 1 | 10001101 | 10000100 | 1100011 | 0 | 110 | 101101 | 10110000 | 1100011 | 11100 |
Color Harmonies of #018D84
Complementary color
Monochromatic Colors of #018D84
Black with #018D84
Text Example
Text Example
White with #018D84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #018D84; }
p { color: rgb(1,141,132); }
H1.HeaderClassName
{
color: #018D84;
}
.AnyTagClassName
{
color: #018D84;
}
</style>
background-color css
<style>
a { background-color: #018D84; }
a { background-color: rgb(1,141,132); }
div.DivClassName
{
background-color: #018D84;
}
.BgClassName
{
background-color: #018D84;
}
</style>
border-color css
<style>
span { border-color: #018D84; }
span { border-color: rgb(1,141,132); }
td.TdClassName
{
border-color: #018D84;
}
.TagClassName
{
border-color: #018D84;
}
</style>