Shades of Niagara #20A58B
Tints of Niagara #20A58B
RGB
CMYK
RGB Variations
Color information
#20A58B (or 0x20A58B) is known color: Niagara. HEX triplet: 20, A5 and 8B. RGB value is (32,165,139). Sum of RGB (Red+Green+Blue) = 32+165+139=336 (44% of max value = 765). Red value is 32 (12.89% from 255 or 9.52% from 336); Green value is 165 (64.84% from 255 or 49.11% from 336); Blue value is 139 (54.69% from 255 or 41.37% from 336); Max value from RGB is 165 - color contains mainly: green. Hex color #20A58B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #20A58B is #DF5A74. Grayscale: #7A7A7A. Windows color (decimal): -14637685 or 9151776. OLE color: 9151776.
HSL color Cylindrical-coordinate representation of color #20A58B: hue angle of 168.27º 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 #20A58B is Cyan = 0.81, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 32 | 165 | 139 | - |
| CMYK | 0.81 | 0 | 0.16 | 0.35 |
| HSL | 168.27º | 0.68% | 0.39% | - |
| HSV(B) | 168.27º | 0.81% | 0.65% | - |
| XYZ | 18.71 | 29.08 | 29.05 | - |
| YUV | 122.27 | 137.44 | 63.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 165 | 139 | 0.81 | 0 | 0.16 | 0.35 | 168.27 | 0.68 | 0.39 |
| Hex | 20 | A5 | 8B | 51 | 0 | 10 | 23 | A8 | 44 | 27 |
| Octal | 40 | 245 | 213 | 121 | 0 | 20 | 43 | 250 | 104 | 47 |
| Binary | 100000 | 10100101 | 10001011 | 1010001 | 0 | 10000 | 100011 | 10101000 | 1000100 | 100111 |
Color Harmonies of #20A58B
Complementary color
Monochromatic Colors of #20A58B
Black with #20A58B
Text Example
Text Example
White with #20A58B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20A58B; }
p { color: rgb(32,165,139); }
H1.HeaderClassName
{
color: #20A58B;
}
.AnyTagClassName
{
color: #20A58B;
}
</style>
background-color css
<style>
a { background-color: #20A58B; }
a { background-color: rgb(32,165,139); }
div.DivClassName
{
background-color: #20A58B;
}
.BgClassName
{
background-color: #20A58B;
}
</style>
border-color css
<style>
span { border-color: #20A58B; }
span { border-color: rgb(32,165,139); }
td.TdClassName
{
border-color: #20A58B;
}
.TagClassName
{
border-color: #20A58B;
}
</style>