Shades of Niagara #16A28B
Tints of Niagara #16A28B
RGB
CMYK
RGB Variations
Color information
#16A28B (or 0x16A28B) is known color: Niagara. HEX triplet: 16, A2 and 8B. RGB value is (22,162,139). Sum of RGB (Red+Green+Blue) = 22+162+139=323 (42% of max value = 765). Red value is 22 (8.98% from 255 or 6.81% from 323); Green value is 162 (63.67% from 255 or 50.15% from 323); Blue value is 139 (54.69% from 255 or 43.03% from 323); Max value from RGB is 162 - color contains mainly: green. Hex color #16A28B is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #16A28B is #E95D74. Grayscale: #757575. Windows color (decimal): -15293813 or 9150998. OLE color: 9150998.
HSL color Cylindrical-coordinate representation of color #16A28B: hue angle of 170.14º degrees, saturation: 0.76, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #16A28B is Cyan = 0.86, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 22 | 162 | 139 | - |
| CMYK | 0.86 | 0 | 0.14 | 0.36 |
| HSL | 170.14º | 0.76% | 0.36% | - |
| HSV(B) | 170.14º | 0.86% | 0.64% | - |
| XYZ | 17.91 | 27.88 | 28.86 | - |
| YUV | 117.52 | 140.12 | 59.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 162 | 139 | 0.86 | 0 | 0.14 | 0.36 | 170.14 | 0.76 | 0.36 |
| Hex | 16 | A2 | 8B | 56 | 0 | E | 24 | AA | 4C | 24 |
| Octal | 26 | 242 | 213 | 126 | 0 | 16 | 44 | 252 | 114 | 44 |
| Binary | 10110 | 10100010 | 10001011 | 1010110 | 0 | 1110 | 100100 | 10101010 | 1001100 | 100100 |
Color Harmonies of #16A28B
Complementary color
Monochromatic Colors of #16A28B
Black with #16A28B
Text Example
Text Example
White with #16A28B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16A28B; }
p { color: rgb(22,162,139); }
H1.HeaderClassName
{
color: #16A28B;
}
.AnyTagClassName
{
color: #16A28B;
}
</style>
background-color css
<style>
a { background-color: #16A28B; }
a { background-color: rgb(22,162,139); }
div.DivClassName
{
background-color: #16A28B;
}
.BgClassName
{
background-color: #16A28B;
}
</style>
border-color css
<style>
span { border-color: #16A28B; }
span { border-color: rgb(22,162,139); }
td.TdClassName
{
border-color: #16A28B;
}
.TagClassName
{
border-color: #16A28B;
}
</style>