Shades of Niagara #20A18C
Tints of Niagara #20A18C
RGB
CMYK
RGB Variations
Color information
#20A18C (or 0x20A18C) is known color: Niagara. HEX triplet: 20, A1 and 8C. RGB value is (32,161,140). Sum of RGB (Red+Green+Blue) = 32+161+140=333 (44% of max value = 765). Red value is 32 (12.89% from 255 or 9.61% from 333); Green value is 161 (63.28% from 255 or 48.35% from 333); Blue value is 140 (55.08% from 255 or 42.04% from 333); Max value from RGB is 161 - color contains mainly: green. Hex color #20A18C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #20A18C is #DF5E73. Grayscale: #777777. Windows color (decimal): -14638708 or 9216288. OLE color: 9216288.
HSL color Cylindrical-coordinate representation of color #20A18C: hue angle of 170.23º 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 #20A18C is Cyan = 0.80, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 32 | 161 | 140 | - |
| CMYK | 0.80 | 0 | 0.13 | 0.37 |
| HSL | 170.23º | 0.67% | 0.38% | - |
| HSV(B) | 170.23º | 0.8% | 0.63% | - |
| XYZ | 18.07 | 27.69 | 29.2 | - |
| YUV | 120.04 | 139.26 | 65.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 161 | 140 | 0.80 | 0 | 0.13 | 0.37 | 170.23 | 0.67 | 0.38 |
| Hex | 20 | A1 | 8C | 50 | 0 | D | 25 | AA | 43 | 26 |
| Octal | 40 | 241 | 214 | 120 | 0 | 15 | 45 | 252 | 103 | 46 |
| Binary | 100000 | 10100001 | 10001100 | 1010000 | 0 | 1101 | 100101 | 10101010 | 1000011 | 100110 |
Color Harmonies of #20A18C
Complementary color
Monochromatic Colors of #20A18C
Black with #20A18C
Text Example
Text Example
White with #20A18C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20A18C; }
p { color: rgb(32,161,140); }
H1.HeaderClassName
{
color: #20A18C;
}
.AnyTagClassName
{
color: #20A18C;
}
</style>
background-color css
<style>
a { background-color: #20A18C; }
a { background-color: rgb(32,161,140); }
div.DivClassName
{
background-color: #20A18C;
}
.BgClassName
{
background-color: #20A18C;
}
</style>
border-color css
<style>
span { border-color: #20A18C; }
span { border-color: rgb(32,161,140); }
td.TdClassName
{
border-color: #20A18C;
}
.TagClassName
{
border-color: #20A18C;
}
</style>