Shades of Niagara #21AE90
Tints of Niagara #21AE90
RGB
CMYK
RGB Variations
Color information
#21AE90 (or 0x21AE90) is known color: Niagara. HEX triplet: 21, AE and 90. RGB value is (33,174,144). Sum of RGB (Red+Green+Blue) = 33+174+144=351 (46% of max value = 765). Red value is 33 (13.28% from 255 or 9.40% from 351); Green value is 174 (68.36% from 255 or 49.57% from 351); Blue value is 144 (56.64% from 255 or 41.03% from 351); Max value from RGB is 174 - color contains mainly: green. Hex color #21AE90 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #21AE90 is #DE516F. Grayscale: #808080. Windows color (decimal): -14569840 or 9481761. OLE color: 9481761.
HSL color Cylindrical-coordinate representation of color #21AE90: hue angle of 167.23º degrees, saturation: 0.68, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #21AE90 is Cyan = 0.81, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 33 | 174 | 144 | - |
| CMYK | 0.81 | 0 | 0.17 | 0.32 |
| HSL | 167.23º | 0.68% | 0.41% | - |
| HSV(B) | 167.23º | 0.81% | 0.68% | - |
| XYZ | 20.8 | 32.61 | 31.58 | - |
| YUV | 128.42 | 136.79 | 59.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 174 | 144 | 0.81 | 0 | 0.17 | 0.32 | 167.23 | 0.68 | 0.41 |
| Hex | 21 | AE | 90 | 51 | 0 | 11 | 20 | A7 | 44 | 29 |
| Octal | 41 | 256 | 220 | 121 | 0 | 21 | 40 | 247 | 104 | 51 |
| Binary | 100001 | 10101110 | 10010000 | 1010001 | 0 | 10001 | 100000 | 10100111 | 1000100 | 101001 |
Color Harmonies of #21AE90
Complementary color
Monochromatic Colors of #21AE90
Black with #21AE90
Text Example
Text Example
White with #21AE90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21AE90; }
p { color: rgb(33,174,144); }
H1.HeaderClassName
{
color: #21AE90;
}
.AnyTagClassName
{
color: #21AE90;
}
</style>
background-color css
<style>
a { background-color: #21AE90; }
a { background-color: rgb(33,174,144); }
div.DivClassName
{
background-color: #21AE90;
}
.BgClassName
{
background-color: #21AE90;
}
</style>
border-color css
<style>
span { border-color: #21AE90; }
span { border-color: rgb(33,174,144); }
td.TdClassName
{
border-color: #21AE90;
}
.TagClassName
{
border-color: #21AE90;
}
</style>