Shades of Niagara #21A291
Tints of Niagara #21A291
RGB
CMYK
RGB Variations
Color information
#21A291 (or 0x21A291) is known color: Niagara. HEX triplet: 21, A2 and 91. RGB value is (33,162,145). Sum of RGB (Red+Green+Blue) = 33+162+145=340 (45% of max value = 765). Red value is 33 (13.28% from 255 or 9.71% from 340); Green value is 162 (63.67% from 255 or 47.65% from 340); Blue value is 145 (57.03% from 255 or 42.65% from 340); Max value from RGB is 162 - color contains mainly: green. Hex color #21A291 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #21A291 is #DE5D6E. Grayscale: #797979. Windows color (decimal): -14572911 or 9544225. OLE color: 9544225.
HSL color Cylindrical-coordinate representation of color #21A291: hue angle of 172.09º degrees, saturation: 0.66, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #21A291 is Cyan = 0.80, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 33 | 162 | 145 | - |
| CMYK | 0.80 | 0 | 0.10 | 0.36 |
| HSL | 172.09º | 0.66% | 0.38% | - |
| HSV(B) | 172.09º | 0.8% | 0.64% | - |
| XYZ | 18.66 | 28.21 | 31.25 | - |
| YUV | 121.49 | 141.26 | 64.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 162 | 145 | 0.80 | 0 | 0.10 | 0.36 | 172.09 | 0.66 | 0.38 |
| Hex | 21 | A2 | 91 | 50 | 0 | A | 24 | AC | 42 | 26 |
| Octal | 41 | 242 | 221 | 120 | 0 | 12 | 44 | 254 | 102 | 46 |
| Binary | 100001 | 10100010 | 10010001 | 1010000 | 0 | 1010 | 100100 | 10101100 | 1000010 | 100110 |
Color Harmonies of #21A291
Complementary color
Monochromatic Colors of #21A291
Black with #21A291
Text Example
Text Example
White with #21A291
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21A291; }
p { color: rgb(33,162,145); }
H1.HeaderClassName
{
color: #21A291;
}
.AnyTagClassName
{
color: #21A291;
}
</style>
background-color css
<style>
a { background-color: #21A291; }
a { background-color: rgb(33,162,145); }
div.DivClassName
{
background-color: #21A291;
}
.BgClassName
{
background-color: #21A291;
}
</style>
border-color css
<style>
span { border-color: #21A291; }
span { border-color: rgb(33,162,145); }
td.TdClassName
{
border-color: #21A291;
}
.TagClassName
{
border-color: #21A291;
}
</style>