Shades of Niagara #20A590
Tints of Niagara #20A590
RGB
CMYK
RGB Variations
Color information
#20A590 (or 0x20A590) is known color: Niagara. HEX triplet: 20, A5 and 90. RGB value is (32,165,144). Sum of RGB (Red+Green+Blue) = 32+165+144=341 (45% of max value = 765). Red value is 32 (12.89% from 255 or 9.38% from 341); Green value is 165 (64.84% from 255 or 48.39% from 341); Blue value is 144 (56.64% from 255 or 42.23% from 341); Max value from RGB is 165 - color contains mainly: green. Hex color #20A590 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #20A590 is #DF5A6F. Grayscale: #7A7A7A. Windows color (decimal): -14637680 or 9479456. OLE color: 9479456.
HSL color Cylindrical-coordinate representation of color #20A590: hue angle of 170.53º 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 #20A590 is Cyan = 0.81, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 32 | 165 | 144 | - |
| CMYK | 0.81 | 0 | 0.13 | 0.35 |
| HSL | 170.53º | 0.68% | 0.39% | - |
| HSV(B) | 170.53º | 0.81% | 0.65% | - |
| XYZ | 19.08 | 29.23 | 31.02 | - |
| YUV | 122.84 | 139.94 | 63.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 165 | 144 | 0.81 | 0 | 0.13 | 0.35 | 170.53 | 0.68 | 0.39 |
| Hex | 20 | A5 | 90 | 51 | 0 | D | 23 | AB | 44 | 27 |
| Octal | 40 | 245 | 220 | 121 | 0 | 15 | 43 | 253 | 104 | 47 |
| Binary | 100000 | 10100101 | 10010000 | 1010001 | 0 | 1101 | 100011 | 10101011 | 1000100 | 100111 |
Color Harmonies of #20A590
Complementary color
Monochromatic Colors of #20A590
Black with #20A590
Text Example
Text Example
White with #20A590
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20A590; }
p { color: rgb(32,165,144); }
H1.HeaderClassName
{
color: #20A590;
}
.AnyTagClassName
{
color: #20A590;
}
</style>
background-color css
<style>
a { background-color: #20A590; }
a { background-color: rgb(32,165,144); }
div.DivClassName
{
background-color: #20A590;
}
.BgClassName
{
background-color: #20A590;
}
</style>
border-color css
<style>
span { border-color: #20A590; }
span { border-color: rgb(32,165,144); }
td.TdClassName
{
border-color: #20A590;
}
.TagClassName
{
border-color: #20A590;
}
</style>