Shades of Dark Cyan #158889
Tints of Dark Cyan #158889
RGB
CMYK
RGB Variations
Color information
#158889 (or 0x158889) is known color: Dark Cyan. HEX triplet: 15, 88 and 89. RGB value is (21,136,137). Sum of RGB (Red+Green+Blue) = 21+136+137=294 (38% of max value = 765). Red value is 21 (8.59% from 255 or 7.14% from 294); Green value is 136 (53.52% from 255 or 46.26% from 294); Blue value is 137 (53.91% from 255 or 46.60% from 294); Max value from RGB is 137 - color contains mainly: blue. Hex color #158889 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #158889 is #EA7776. Grayscale: #656565. Windows color (decimal): -15366007 or 9013269. OLE color: 9013269.
HSL color Cylindrical-coordinate representation of color #158889: hue angle of 180.52º 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 #158889 is Cyan = 0.85, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 21 | 136 | 137 | - |
| CMYK | 0.85 | 0.01 | 0 | 0.46 |
| HSL | 180.52º | 0.73% | 0.31% | - |
| HSV(B) | 180.52º | 0.85% | 0.54% | - |
| XYZ | 13.63 | 19.57 | 26.73 | - |
| YUV | 101.73 | 147.9 | 70.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 136 | 137 | 0.85 | 0.01 | 0 | 0.46 | 180.52 | 0.73 | 0.31 |
| Hex | 15 | 88 | 89 | 55 | 1 | 0 | 2E | B5 | 49 | 1F |
| Octal | 25 | 210 | 211 | 125 | 1 | 0 | 56 | 265 | 111 | 37 |
| Binary | 10101 | 10001000 | 10001001 | 1010101 | 1 | 0 | 101110 | 10110101 | 1001001 | 11111 |
Color Harmonies of #158889
Complementary color
Monochromatic Colors of #158889
Black with #158889
Text Example
Text Example
White with #158889
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #158889; }
p { color: rgb(21,136,137); }
H1.HeaderClassName
{
color: #158889;
}
.AnyTagClassName
{
color: #158889;
}
</style>
background-color css
<style>
a { background-color: #158889; }
a { background-color: rgb(21,136,137); }
div.DivClassName
{
background-color: #158889;
}
.BgClassName
{
background-color: #158889;
}
</style>
border-color css
<style>
span { border-color: #158889; }
span { border-color: rgb(21,136,137); }
td.TdClassName
{
border-color: #158889;
}
.TagClassName
{
border-color: #158889;
}
</style>