Shades of Niagara #20A08B
Tints of Niagara #20A08B
RGB
CMYK
RGB Variations
Color information
#20A08B (or 0x20A08B) is known color: Niagara. HEX triplet: 20, A0 and 8B. RGB value is (32,160,139). Sum of RGB (Red+Green+Blue) = 32+160+139=331 (43% of max value = 765). Red value is 32 (12.89% from 255 or 9.67% from 331); Green value is 160 (62.89% from 255 or 48.34% from 331); Blue value is 139 (54.69% from 255 or 41.99% from 331); Max value from RGB is 160 - color contains mainly: green. Hex color #20A08B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #20A08B is #DF5F74. Grayscale: #777777. Windows color (decimal): -14638965 or 9150496. OLE color: 9150496.
HSL color Cylindrical-coordinate representation of color #20A08B: hue angle of 170.16º 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 #20A08B is Cyan = 0.80, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 32 | 160 | 139 | - |
| CMYK | 0.80 | 0 | 0.13 | 0.37 |
| HSL | 170.16º | 0.67% | 0.38% | - |
| HSV(B) | 170.16º | 0.8% | 0.63% | - |
| XYZ | 17.83 | 27.31 | 28.76 | - |
| YUV | 119.33 | 139.09 | 65.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 160 | 139 | 0.80 | 0 | 0.13 | 0.37 | 170.16 | 0.67 | 0.38 |
| Hex | 20 | A0 | 8B | 50 | 0 | D | 25 | AA | 43 | 26 |
| Octal | 40 | 240 | 213 | 120 | 0 | 15 | 45 | 252 | 103 | 46 |
| Binary | 100000 | 10100000 | 10001011 | 1010000 | 0 | 1101 | 100101 | 10101010 | 1000011 | 100110 |
Color Harmonies of #20A08B
Complementary color
Monochromatic Colors of #20A08B
Black with #20A08B
Text Example
Text Example
White with #20A08B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20A08B; }
p { color: rgb(32,160,139); }
H1.HeaderClassName
{
color: #20A08B;
}
.AnyTagClassName
{
color: #20A08B;
}
</style>
background-color css
<style>
a { background-color: #20A08B; }
a { background-color: rgb(32,160,139); }
div.DivClassName
{
background-color: #20A08B;
}
.BgClassName
{
background-color: #20A08B;
}
</style>
border-color css
<style>
span { border-color: #20A08B; }
span { border-color: rgb(32,160,139); }
td.TdClassName
{
border-color: #20A08B;
}
.TagClassName
{
border-color: #20A08B;
}
</style>