Shades of Dark Cyan #158988
Tints of Dark Cyan #158988
RGB
CMYK
RGB Variations
Color information
#158988 (or 0x158988) is known color: Dark Cyan. HEX triplet: 15, 89 and 88. RGB value is (21,137,136). Sum of RGB (Red+Green+Blue) = 21+137+136=294 (38% of max value = 765). Red value is 21 (8.59% from 255 or 7.14% from 294); Green value is 137 (53.91% from 255 or 46.60% from 294); Blue value is 136 (53.52% from 255 or 46.26% from 294); Max value from RGB is 137 - color contains mainly: green. Hex color #158988 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #158988 is #EA7677. Grayscale: #666666. Windows color (decimal): -15365752 or 8947989. OLE color: 8947989.
HSL color Cylindrical-coordinate representation of color #158988: hue angle of 179.48º degrees, saturation: 0.73, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #158988 is Cyan = 0.85, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 21 | 137 | 136 | - |
| CMYK | 0.85 | 0 | 0.01 | 0.46 |
| HSL | 179.48º | 0.73% | 0.31% | - |
| HSV(B) | 179.48º | 0.85% | 0.54% | - |
| XYZ | 13.7 | 19.83 | 26.4 | - |
| YUV | 102.2 | 147.07 | 70.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 137 | 136 | 0.85 | 0 | 0.01 | 0.46 | 179.48 | 0.73 | 0.31 |
| Hex | 15 | 89 | 88 | 55 | 0 | 1 | 2E | B3 | 49 | 1F |
| Octal | 25 | 211 | 210 | 125 | 0 | 1 | 56 | 263 | 111 | 37 |
| Binary | 10101 | 10001001 | 10001000 | 1010101 | 0 | 1 | 101110 | 10110011 | 1001001 | 11111 |
Color Harmonies of #158988
Complementary color
Monochromatic Colors of #158988
Black with #158988
Text Example
Text Example
White with #158988
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #158988; }
p { color: rgb(21,137,136); }
H1.HeaderClassName
{
color: #158988;
}
.AnyTagClassName
{
color: #158988;
}
</style>
background-color css
<style>
a { background-color: #158988; }
a { background-color: rgb(21,137,136); }
div.DivClassName
{
background-color: #158988;
}
.BgClassName
{
background-color: #158988;
}
</style>
border-color css
<style>
span { border-color: #158988; }
span { border-color: rgb(21,137,136); }
td.TdClassName
{
border-color: #158988;
}
.TagClassName
{
border-color: #158988;
}
</style>