Shades of Niagara #20A797
Tints of Niagara #20A797
RGB
CMYK
RGB Variations
Color information
#20A797 (or 0x20A797) is known color: Niagara. HEX triplet: 20, A7 and 97. RGB value is (32,167,151). Sum of RGB (Red+Green+Blue) = 32+167+151=350 (46% of max value = 765). Red value is 32 (12.89% from 255 or 9.14% from 350); Green value is 167 (65.62% from 255 or 47.71% from 350); Blue value is 151 (59.38% from 255 or 43.14% from 350); Max value from RGB is 167 - color contains mainly: green. Hex color #20A797 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #20A797 is #DF5868. Grayscale: #7C7C7C. Windows color (decimal): -14637161 or 9938720. OLE color: 9938720.
HSL color Cylindrical-coordinate representation of color #20A797: hue angle of 172.89º degrees, saturation: 0.68, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #20A797 is Cyan = 0.81, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 32 | 167 | 151 | - |
| CMYK | 0.81 | 0 | 0.10 | 0.35 |
| HSL | 172.89º | 0.68% | 0.39% | - |
| HSV(B) | 172.89º | 0.81% | 0.65% | - |
| XYZ | 20 | 30.18 | 34.05 | - |
| YUV | 124.81 | 142.77 | 61.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 167 | 151 | 0.81 | 0 | 0.10 | 0.35 | 172.89 | 0.68 | 0.39 |
| Hex | 20 | A7 | 97 | 51 | 0 | A | 23 | AD | 44 | 27 |
| Octal | 40 | 247 | 227 | 121 | 0 | 12 | 43 | 255 | 104 | 47 |
| Binary | 100000 | 10100111 | 10010111 | 1010001 | 0 | 1010 | 100011 | 10101101 | 1000100 | 100111 |
Color Harmonies of #20A797
Complementary color
Monochromatic Colors of #20A797
Black with #20A797
Text Example
Text Example
White with #20A797
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20A797; }
p { color: rgb(32,167,151); }
H1.HeaderClassName
{
color: #20A797;
}
.AnyTagClassName
{
color: #20A797;
}
</style>
background-color css
<style>
a { background-color: #20A797; }
a { background-color: rgb(32,167,151); }
div.DivClassName
{
background-color: #20A797;
}
.BgClassName
{
background-color: #20A797;
}
</style>
border-color css
<style>
span { border-color: #20A797; }
span { border-color: rgb(32,167,151); }
td.TdClassName
{
border-color: #20A797;
}
.TagClassName
{
border-color: #20A797;
}
</style>