Shades of Dark Cyan #158E84
Tints of Dark Cyan #158E84
RGB
CMYK
RGB Variations
Color information
#158E84 (or 0x158E84) is known color: Dark Cyan. HEX triplet: 15, 8E and 84. RGB value is (21,142,132). Sum of RGB (Red+Green+Blue) = 21+142+132=295 (39% of max value = 765). Red value is 21 (8.59% from 255 or 7.12% from 295); Green value is 142 (55.86% from 255 or 48.14% from 295); Blue value is 132 (51.95% from 255 or 44.75% from 295); Max value from RGB is 142 - color contains mainly: green. Hex color #158E84 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #158E84 is #EA717B. Grayscale: #686868. Windows color (decimal): -15364476 or 8687125. OLE color: 8687125.
HSL color Cylindrical-coordinate representation of color #158E84: hue angle of 175.04º degrees, saturation: 0.74, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #158E84 is Cyan = 0.85, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 21 | 142 | 132 | - |
| CMYK | 0.85 | 0 | 0.07 | 0.44 |
| HSL | 175.04º | 0.74% | 0.32% | - |
| HSV(B) | 175.04º | 0.85% | 0.56% | - |
| XYZ | 14.15 | 21.17 | 25.17 | - |
| YUV | 104.68 | 143.41 | 68.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 142 | 132 | 0.85 | 0 | 0.07 | 0.44 | 175.04 | 0.74 | 0.32 |
| Hex | 15 | 8E | 84 | 55 | 0 | 7 | 2C | AF | 4A | 20 |
| Octal | 25 | 216 | 204 | 125 | 0 | 7 | 54 | 257 | 112 | 40 |
| Binary | 10101 | 10001110 | 10000100 | 1010101 | 0 | 111 | 101100 | 10101111 | 1001010 | 100000 |
Color Harmonies of #158E84
Complementary color
Monochromatic Colors of #158E84
Black with #158E84
Text Example
Text Example
White with #158E84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #158E84; }
p { color: rgb(21,142,132); }
H1.HeaderClassName
{
color: #158E84;
}
.AnyTagClassName
{
color: #158E84;
}
</style>
background-color css
<style>
a { background-color: #158E84; }
a { background-color: rgb(21,142,132); }
div.DivClassName
{
background-color: #158E84;
}
.BgClassName
{
background-color: #158E84;
}
</style>
border-color css
<style>
span { border-color: #158E84; }
span { border-color: rgb(21,142,132); }
td.TdClassName
{
border-color: #158E84;
}
.TagClassName
{
border-color: #158E84;
}
</style>