Shades of Niagara #20997F
Tints of Niagara #20997F
RGB
CMYK
RGB Variations
Color information
#20997F (or 0x20997F) is known color: Niagara. HEX triplet: 20, 99 and 7F. RGB value is (32,153,127). Sum of RGB (Red+Green+Blue) = 32+153+127=312 (41% of max value = 765). Red value is 32 (12.89% from 255 or 10.26% from 312); Green value is 153 (60.16% from 255 or 49.04% from 312); Blue value is 127 (50% from 255 or 40.71% from 312); Max value from RGB is 153 - color contains mainly: green. Hex color #20997F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #20997F is #DF6680. Grayscale: #717171. Windows color (decimal): -14640769 or 8362272. OLE color: 8362272.
HSL color Cylindrical-coordinate representation of color #20997F: hue angle of 167.11º degrees, saturation: 0.65, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #20997F is Cyan = 0.79, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 32 | 153 | 127 | - |
| CMYK | 0.79 | 0 | 0.17 | 0.4 |
| HSL | 167.11º | 0.65% | 0.36% | - |
| HSV(B) | 167.11º | 0.79% | 0.6% | - |
| XYZ | 15.82 | 24.62 | 24 | - |
| YUV | 113.86 | 135.41 | 69.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 153 | 127 | 0.79 | 0 | 0.17 | 0.4 | 167.11 | 0.65 | 0.36 |
| Hex | 20 | 99 | 7F | 4F | 0 | 11 | 28 | A7 | 41 | 24 |
| Octal | 40 | 231 | 177 | 117 | 0 | 21 | 50 | 247 | 101 | 44 |
| Binary | 100000 | 10011001 | 1111111 | 1001111 | 0 | 10001 | 101000 | 10100111 | 1000001 | 100100 |
Color Harmonies of #20997F
Complementary color
Monochromatic Colors of #20997F
Black with #20997F
Text Example
Text Example
White with #20997F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20997F; }
p { color: rgb(32,153,127); }
H1.HeaderClassName
{
color: #20997F;
}
.AnyTagClassName
{
color: #20997F;
}
</style>
background-color css
<style>
a { background-color: #20997F; }
a { background-color: rgb(32,153,127); }
div.DivClassName
{
background-color: #20997F;
}
.BgClassName
{
background-color: #20997F;
}
</style>
border-color css
<style>
span { border-color: #20997F; }
span { border-color: rgb(32,153,127); }
td.TdClassName
{
border-color: #20997F;
}
.TagClassName
{
border-color: #20997F;
}
</style>