Shades of Dark Cyan #158C88
Tints of Dark Cyan #158C88
RGB
CMYK
RGB Variations
Color information
#158C88 (or 0x158C88) is known color: Dark Cyan. HEX triplet: 15, 8C and 88. RGB value is (21,140,136). Sum of RGB (Red+Green+Blue) = 21+140+136=297 (39% of max value = 765). Red value is 21 (8.59% from 255 or 7.07% from 297); Green value is 140 (55.08% from 255 or 47.14% from 297); Blue value is 136 (53.52% from 255 or 45.79% from 297); Max value from RGB is 140 - color contains mainly: green. Hex color #158C88 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #158C88 is #EA7377. Grayscale: #676767. Windows color (decimal): -15364984 or 8948757. OLE color: 8948757.
HSL color Cylindrical-coordinate representation of color #158C88: hue angle of 177.98º degrees, saturation: 0.74, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #158C88 is Cyan = 0.85, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 21 | 140 | 136 | - |
| CMYK | 0.85 | 0 | 0.03 | 0.45 |
| HSL | 177.98º | 0.74% | 0.32% | - |
| HSV(B) | 177.98º | 0.85% | 0.55% | - |
| XYZ | 14.13 | 20.69 | 26.54 | - |
| YUV | 103.96 | 146.08 | 68.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 140 | 136 | 0.85 | 0 | 0.03 | 0.45 | 177.98 | 0.74 | 0.32 |
| Hex | 15 | 8C | 88 | 55 | 0 | 3 | 2D | B2 | 4A | 20 |
| Octal | 25 | 214 | 210 | 125 | 0 | 3 | 55 | 262 | 112 | 40 |
| Binary | 10101 | 10001100 | 10001000 | 1010101 | 0 | 11 | 101101 | 10110010 | 1001010 | 100000 |
Color Harmonies of #158C88
Complementary color
Monochromatic Colors of #158C88
Black with #158C88
Text Example
Text Example
White with #158C88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #158C88; }
p { color: rgb(21,140,136); }
H1.HeaderClassName
{
color: #158C88;
}
.AnyTagClassName
{
color: #158C88;
}
</style>
background-color css
<style>
a { background-color: #158C88; }
a { background-color: rgb(21,140,136); }
div.DivClassName
{
background-color: #158C88;
}
.BgClassName
{
background-color: #158C88;
}
</style>
border-color css
<style>
span { border-color: #158C88; }
span { border-color: rgb(21,140,136); }
td.TdClassName
{
border-color: #158C88;
}
.TagClassName
{
border-color: #158C88;
}
</style>