Shades of Niagara #20A889
Tints of Niagara #20A889
RGB
CMYK
RGB Variations
Color information
#20A889 (or 0x20A889) is known color: Niagara. HEX triplet: 20, A8 and 89. RGB value is (32,168,137). Sum of RGB (Red+Green+Blue) = 32+168+137=337 (44% of max value = 765). Red value is 32 (12.89% from 255 or 9.50% from 337); Green value is 168 (66.02% from 255 or 49.85% from 337); Blue value is 137 (53.91% from 255 or 40.65% from 337); Max value from RGB is 168 - color contains mainly: green. Hex color #20A889 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #20A889 is #DF5776. Grayscale: #7B7B7B. Windows color (decimal): -14636919 or 9021472. OLE color: 9021472.
HSL color Cylindrical-coordinate representation of color #20A889: hue angle of 166.32º degrees, saturation: 0.68, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #20A889 is Cyan = 0.81, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 32 | 168 | 137 | - |
| CMYK | 0.81 | 0 | 0.18 | 0.34 |
| HSL | 166.32º | 0.68% | 0.39% | - |
| HSV(B) | 166.32º | 0.81% | 0.66% | - |
| XYZ | 19.11 | 30.12 | 28.47 | - |
| YUV | 123.8 | 135.44 | 62.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 168 | 137 | 0.81 | 0 | 0.18 | 0.34 | 166.32 | 0.68 | 0.39 |
| Hex | 20 | A8 | 89 | 51 | 0 | 12 | 22 | A6 | 44 | 27 |
| Octal | 40 | 250 | 211 | 121 | 0 | 22 | 42 | 246 | 104 | 47 |
| Binary | 100000 | 10101000 | 10001001 | 1010001 | 0 | 10010 | 100010 | 10100110 | 1000100 | 100111 |
Color Harmonies of #20A889
Complementary color
Monochromatic Colors of #20A889
Black with #20A889
Text Example
Text Example
White with #20A889
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20A889; }
p { color: rgb(32,168,137); }
H1.HeaderClassName
{
color: #20A889;
}
.AnyTagClassName
{
color: #20A889;
}
</style>
background-color css
<style>
a { background-color: #20A889; }
a { background-color: rgb(32,168,137); }
div.DivClassName
{
background-color: #20A889;
}
.BgClassName
{
background-color: #20A889;
}
</style>
border-color css
<style>
span { border-color: #20A889; }
span { border-color: rgb(32,168,137); }
td.TdClassName
{
border-color: #20A889;
}
.TagClassName
{
border-color: #20A889;
}
</style>