Shades of Niagara #20A188
Tints of Niagara #20A188
RGB
CMYK
RGB Variations
Color information
#20A188 (or 0x20A188) is known color: Niagara. HEX triplet: 20, A1 and 88. RGB value is (32,161,136). Sum of RGB (Red+Green+Blue) = 32+161+136=329 (43% of max value = 765). Red value is 32 (12.89% from 255 or 9.73% from 329); Green value is 161 (63.28% from 255 or 48.94% from 329); Blue value is 136 (53.52% from 255 or 41.34% from 329); Max value from RGB is 161 - color contains mainly: green. Hex color #20A188 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #20A188 is #DF5E77. Grayscale: #777777. Windows color (decimal): -14638712 or 8954144. OLE color: 8954144.
HSL color Cylindrical-coordinate representation of color #20A188: hue angle of 168.37º 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 #20A188 is Cyan = 0.80, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 32 | 161 | 136 | - |
| CMYK | 0.80 | 0 | 0.16 | 0.37 |
| HSL | 168.37º | 0.67% | 0.38% | - |
| HSV(B) | 168.37º | 0.8% | 0.63% | - |
| XYZ | 17.78 | 27.57 | 27.68 | - |
| YUV | 119.58 | 137.26 | 65.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 161 | 136 | 0.80 | 0 | 0.16 | 0.37 | 168.37 | 0.67 | 0.38 |
| Hex | 20 | A1 | 88 | 50 | 0 | 10 | 25 | A8 | 43 | 26 |
| Octal | 40 | 241 | 210 | 120 | 0 | 20 | 45 | 250 | 103 | 46 |
| Binary | 100000 | 10100001 | 10001000 | 1010000 | 0 | 10000 | 100101 | 10101000 | 1000011 | 100110 |
Color Harmonies of #20A188
Complementary color
Monochromatic Colors of #20A188
Black with #20A188
Text Example
Text Example
White with #20A188
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20A188; }
p { color: rgb(32,161,136); }
H1.HeaderClassName
{
color: #20A188;
}
.AnyTagClassName
{
color: #20A188;
}
</style>
background-color css
<style>
a { background-color: #20A188; }
a { background-color: rgb(32,161,136); }
div.DivClassName
{
background-color: #20A188;
}
.BgClassName
{
background-color: #20A188;
}
</style>
border-color css
<style>
span { border-color: #20A188; }
span { border-color: rgb(32,161,136); }
td.TdClassName
{
border-color: #20A188;
}
.TagClassName
{
border-color: #20A188;
}
</style>