Shades of Niagara #20A190
Tints of Niagara #20A190
RGB
CMYK
RGB Variations
Color information
#20A190 (or 0x20A190) is known color: Niagara. HEX triplet: 20, A1 and 90. RGB value is (32,161,144). Sum of RGB (Red+Green+Blue) = 32+161+144=337 (44% of max value = 765). Red value is 32 (12.89% from 255 or 9.50% from 337); Green value is 161 (63.28% from 255 or 47.77% from 337); Blue value is 144 (56.64% from 255 or 42.73% from 337); Max value from RGB is 161 - color contains mainly: green. Hex color #20A190 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #20A190 is #DF5E6F. Grayscale: #787878. Windows color (decimal): -14638704 or 9478432. OLE color: 9478432.
HSL color Cylindrical-coordinate representation of color #20A190: hue angle of 172.09º degrees, saturation: 0.67, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #20A190 is Cyan = 0.80, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 32 | 161 | 144 | - |
| CMYK | 0.80 | 0 | 0.11 | 0.37 |
| HSL | 172.09º | 0.67% | 0.38% | - |
| HSV(B) | 172.09º | 0.8% | 0.63% | - |
| XYZ | 18.37 | 27.81 | 30.79 | - |
| YUV | 120.49 | 141.26 | 64.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 161 | 144 | 0.80 | 0 | 0.11 | 0.37 | 172.09 | 0.67 | 0.38 |
| Hex | 20 | A1 | 90 | 50 | 0 | B | 25 | AC | 43 | 26 |
| Octal | 40 | 241 | 220 | 120 | 0 | 13 | 45 | 254 | 103 | 46 |
| Binary | 100000 | 10100001 | 10010000 | 1010000 | 0 | 1011 | 100101 | 10101100 | 1000011 | 100110 |
Color Harmonies of #20A190
Complementary color
Monochromatic Colors of #20A190
Black with #20A190
Text Example
Text Example
White with #20A190
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20A190; }
p { color: rgb(32,161,144); }
H1.HeaderClassName
{
color: #20A190;
}
.AnyTagClassName
{
color: #20A190;
}
</style>
background-color css
<style>
a { background-color: #20A190; }
a { background-color: rgb(32,161,144); }
div.DivClassName
{
background-color: #20A190;
}
.BgClassName
{
background-color: #20A190;
}
</style>
border-color css
<style>
span { border-color: #20A190; }
span { border-color: rgb(32,161,144); }
td.TdClassName
{
border-color: #20A190;
}
.TagClassName
{
border-color: #20A190;
}
</style>