Shades of Niagara #159E87
Tints of Niagara #159E87
RGB
CMYK
RGB Variations
Color information
#159E87 (or 0x159E87) is known color: Niagara. HEX triplet: 15, 9E and 87. RGB value is (21,158,135). Sum of RGB (Red+Green+Blue) = 21+158+135=314 (41% of max value = 765). Red value is 21 (8.59% from 255 or 6.69% from 314); Green value is 158 (62.11% from 255 or 50.32% from 314); Blue value is 135 (53.12% from 255 or 42.99% from 314); Max value from RGB is 158 - color contains mainly: green. Hex color #159E87 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #159E87 is #EA6178. Grayscale: #727272. Windows color (decimal): -15360377 or 8887829. OLE color: 8887829.
HSL color Cylindrical-coordinate representation of color #159E87: hue angle of 169.93º degrees, saturation: 0.77, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #159E87 is Cyan = 0.87, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 21 | 158 | 135 | - |
| CMYK | 0.87 | 0 | 0.15 | 0.38 |
| HSL | 169.93º | 0.77% | 0.35% | - |
| HSV(B) | 169.93º | 0.87% | 0.62% | - |
| XYZ | 16.91 | 26.36 | 27.12 | - |
| YUV | 114.42 | 139.61 | 61.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 158 | 135 | 0.87 | 0 | 0.15 | 0.38 | 169.93 | 0.77 | 0.35 |
| Hex | 15 | 9E | 87 | 57 | 0 | F | 26 | AA | 4D | 23 |
| Octal | 25 | 236 | 207 | 127 | 0 | 17 | 46 | 252 | 115 | 43 |
| Binary | 10101 | 10011110 | 10000111 | 1010111 | 0 | 1111 | 100110 | 10101010 | 1001101 | 100011 |
Color Harmonies of #159E87
Complementary color
Monochromatic Colors of #159E87
Black with #159E87
Text Example
Text Example
White with #159E87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #159E87; }
p { color: rgb(21,158,135); }
H1.HeaderClassName
{
color: #159E87;
}
.AnyTagClassName
{
color: #159E87;
}
</style>
background-color css
<style>
a { background-color: #159E87; }
a { background-color: rgb(21,158,135); }
div.DivClassName
{
background-color: #159E87;
}
.BgClassName
{
background-color: #159E87;
}
</style>
border-color css
<style>
span { border-color: #159E87; }
span { border-color: rgb(21,158,135); }
td.TdClassName
{
border-color: #159E87;
}
.TagClassName
{
border-color: #159E87;
}
</style>