Shades of Niagara #21AB89
Tints of Niagara #21AB89
RGB
CMYK
RGB Variations
Color information
#21AB89 (or 0x21AB89) is known color: Niagara. HEX triplet: 21, AB and 89. RGB value is (33,171,137). Sum of RGB (Red+Green+Blue) = 33+171+137=341 (45% of max value = 765). Red value is 33 (13.28% from 255 or 9.68% from 341); Green value is 171 (67.19% from 255 or 50.15% from 341); Blue value is 137 (53.91% from 255 or 40.18% from 341); Max value from RGB is 171 - color contains mainly: green. Hex color #21AB89 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #21AB89 is #DE5476. Grayscale: #7D7D7D. Windows color (decimal): -14570615 or 9022241. OLE color: 9022241.
HSL color Cylindrical-coordinate representation of color #21AB89: hue angle of 165.22º degrees, saturation: 0.68, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #21AB89 is Cyan = 0.81, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 33 | 171 | 137 | - |
| CMYK | 0.81 | 0 | 0.20 | 0.33 |
| HSL | 165.22º | 0.68% | 0.4% | - |
| HSV(B) | 165.22º | 0.81% | 0.67% | - |
| XYZ | 19.71 | 31.26 | 28.66 | - |
| YUV | 125.86 | 134.28 | 61.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 171 | 137 | 0.81 | 0 | 0.20 | 0.33 | 165.22 | 0.68 | 0.4 |
| Hex | 21 | AB | 89 | 51 | 0 | 14 | 21 | A5 | 44 | 28 |
| Octal | 41 | 253 | 211 | 121 | 0 | 24 | 41 | 245 | 104 | 50 |
| Binary | 100001 | 10101011 | 10001001 | 1010001 | 0 | 10100 | 100001 | 10100101 | 1000100 | 101000 |
Color Harmonies of #21AB89
Complementary color
Monochromatic Colors of #21AB89
Black with #21AB89
Text Example
Text Example
White with #21AB89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21AB89; }
p { color: rgb(33,171,137); }
H1.HeaderClassName
{
color: #21AB89;
}
.AnyTagClassName
{
color: #21AB89;
}
</style>
background-color css
<style>
a { background-color: #21AB89; }
a { background-color: rgb(33,171,137); }
div.DivClassName
{
background-color: #21AB89;
}
.BgClassName
{
background-color: #21AB89;
}
</style>
border-color css
<style>
span { border-color: #21AB89; }
span { border-color: rgb(33,171,137); }
td.TdClassName
{
border-color: #21AB89;
}
.TagClassName
{
border-color: #21AB89;
}
</style>