Shades of Niagara #21A697
Tints of Niagara #21A697
RGB
CMYK
RGB Variations
Color information
#21A697 (or 0x21A697) is known color: Niagara. HEX triplet: 21, A6 and 97. RGB value is (33,166,151). Sum of RGB (Red+Green+Blue) = 33+166+151=350 (46% of max value = 765). Red value is 33 (13.28% from 255 or 9.43% from 350); Green value is 166 (65.23% from 255 or 47.43% from 350); Blue value is 151 (59.38% from 255 or 43.14% from 350); Max value from RGB is 166 - color contains mainly: green. Hex color #21A697 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #21A697 is #DE5968. Grayscale: #7C7C7C. Windows color (decimal): -14571881 or 9938465. OLE color: 9938465.
HSL color Cylindrical-coordinate representation of color #21A697: hue angle of 173.23º degrees, saturation: 0.67, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #21A697 is Cyan = 0.80, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 33 | 166 | 151 | - |
| CMYK | 0.80 | 0 | 0.09 | 0.35 |
| HSL | 173.23º | 0.67% | 0.39% | - |
| HSV(B) | 173.23º | 0.8% | 0.65% | - |
| XYZ | 19.85 | 29.83 | 33.99 | - |
| YUV | 124.52 | 142.94 | 62.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 166 | 151 | 0.80 | 0 | 0.09 | 0.35 | 173.23 | 0.67 | 0.39 |
| Hex | 21 | A6 | 97 | 50 | 0 | 9 | 23 | AD | 43 | 27 |
| Octal | 41 | 246 | 227 | 120 | 0 | 11 | 43 | 255 | 103 | 47 |
| Binary | 100001 | 10100110 | 10010111 | 1010000 | 0 | 1001 | 100011 | 10101101 | 1000011 | 100111 |
Color Harmonies of #21A697
Complementary color
Monochromatic Colors of #21A697
Black with #21A697
Text Example
Text Example
White with #21A697
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21A697; }
p { color: rgb(33,166,151); }
H1.HeaderClassName
{
color: #21A697;
}
.AnyTagClassName
{
color: #21A697;
}
</style>
background-color css
<style>
a { background-color: #21A697; }
a { background-color: rgb(33,166,151); }
div.DivClassName
{
background-color: #21A697;
}
.BgClassName
{
background-color: #21A697;
}
</style>
border-color css
<style>
span { border-color: #21A697; }
span { border-color: rgb(33,166,151); }
td.TdClassName
{
border-color: #21A697;
}
.TagClassName
{
border-color: #21A697;
}
</style>