Shades of Dark Cyan #159189
Tints of Dark Cyan #159189
RGB
CMYK
RGB Variations
Color information
#159189 (or 0x159189) is known color: Dark Cyan. HEX triplet: 15, 91 and 89. RGB value is (21,145,137). Sum of RGB (Red+Green+Blue) = 21+145+137=303 (40% of max value = 765). Red value is 21 (8.59% from 255 or 6.93% from 303); Green value is 145 (57.03% from 255 or 47.85% from 303); Blue value is 137 (53.91% from 255 or 45.21% from 303); Max value from RGB is 145 - color contains mainly: green. Hex color #159189 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #159189 is #EA6E76. Grayscale: #6A6A6A. Windows color (decimal): -15363703 or 9015573. OLE color: 9015573.
HSL color Cylindrical-coordinate representation of color #159189: hue angle of 176.13º degrees, saturation: 0.75, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #159189 is Cyan = 0.86, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 21 | 145 | 137 | - |
| CMYK | 0.86 | 0 | 0.06 | 0.43 |
| HSL | 176.13º | 0.75% | 0.33% | - |
| HSV(B) | 176.13º | 0.86% | 0.57% | - |
| XYZ | 14.95 | 22.22 | 27.17 | - |
| YUV | 107.01 | 144.92 | 66.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 145 | 137 | 0.86 | 0 | 0.06 | 0.43 | 176.13 | 0.75 | 0.33 |
| Hex | 15 | 91 | 89 | 56 | 0 | 6 | 2B | B0 | 4B | 21 |
| Octal | 25 | 221 | 211 | 126 | 0 | 6 | 53 | 260 | 113 | 41 |
| Binary | 10101 | 10010001 | 10001001 | 1010110 | 0 | 110 | 101011 | 10110000 | 1001011 | 100001 |
Color Harmonies of #159189
Complementary color
Monochromatic Colors of #159189
Black with #159189
Text Example
Text Example
White with #159189
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #159189; }
p { color: rgb(21,145,137); }
H1.HeaderClassName
{
color: #159189;
}
.AnyTagClassName
{
color: #159189;
}
</style>
background-color css
<style>
a { background-color: #159189; }
a { background-color: rgb(21,145,137); }
div.DivClassName
{
background-color: #159189;
}
.BgClassName
{
background-color: #159189;
}
</style>
border-color css
<style>
span { border-color: #159189; }
span { border-color: rgb(21,145,137); }
td.TdClassName
{
border-color: #159189;
}
.TagClassName
{
border-color: #159189;
}
</style>