Shades of Niagara #15A18C
Tints of Niagara #15A18C
RGB
CMYK
RGB Variations
Color information
#15A18C (or 0x15A18C) is known color: Niagara. HEX triplet: 15, A1 and 8C. RGB value is (21,161,140). Sum of RGB (Red+Green+Blue) = 21+161+140=322 (42% of max value = 765). Red value is 21 (8.59% from 255 or 6.52% from 322); Green value is 161 (63.28% from 255 or 50% from 322); Blue value is 140 (55.08% from 255 or 43.48% from 322); Max value from RGB is 161 - color contains mainly: green. Hex color #15A18C is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #15A18C is #EA5E73. Grayscale: #747474. Windows color (decimal): -15359604 or 9216277. OLE color: 9216277.
HSL color Cylindrical-coordinate representation of color #15A18C: hue angle of 171º degrees, saturation: 0.77, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #15A18C is Cyan = 0.87, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 21 | 161 | 140 | - |
| CMYK | 0.87 | 0 | 0.13 | 0.37 |
| HSL | 171º | 0.77% | 0.36% | - |
| HSV(B) | 171º | 0.87% | 0.63% | - |
| XYZ | 17.79 | 27.54 | 29.19 | - |
| YUV | 116.75 | 141.12 | 59.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 161 | 140 | 0.87 | 0 | 0.13 | 0.37 | 171 | 0.77 | 0.36 |
| Hex | 15 | A1 | 8C | 57 | 0 | D | 25 | AB | 4D | 24 |
| Octal | 25 | 241 | 214 | 127 | 0 | 15 | 45 | 253 | 115 | 44 |
| Binary | 10101 | 10100001 | 10001100 | 1010111 | 0 | 1101 | 100101 | 10101011 | 1001101 | 100100 |
Color Harmonies of #15A18C
Complementary color
Monochromatic Colors of #15A18C
Black with #15A18C
Text Example
Text Example
White with #15A18C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15A18C; }
p { color: rgb(21,161,140); }
H1.HeaderClassName
{
color: #15A18C;
}
.AnyTagClassName
{
color: #15A18C;
}
</style>
background-color css
<style>
a { background-color: #15A18C; }
a { background-color: rgb(21,161,140); }
div.DivClassName
{
background-color: #15A18C;
}
.BgClassName
{
background-color: #15A18C;
}
</style>
border-color css
<style>
span { border-color: #15A18C; }
span { border-color: rgb(21,161,140); }
td.TdClassName
{
border-color: #15A18C;
}
.TagClassName
{
border-color: #15A18C;
}
</style>