Shades of Niagara #21A28D
Tints of Niagara #21A28D
RGB
CMYK
RGB Variations
Color information
#21A28D (or 0x21A28D) is known color: Niagara. HEX triplet: 21, A2 and 8D. RGB value is (33,162,141). Sum of RGB (Red+Green+Blue) = 33+162+141=336 (44% of max value = 765). Red value is 33 (13.28% from 255 or 9.82% from 336); Green value is 162 (63.67% from 255 or 48.21% from 336); Blue value is 141 (55.47% from 255 or 41.96% from 336); Max value from RGB is 162 - color contains mainly: green. Hex color #21A28D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #21A28D is #DE5D72. Grayscale: #787878. Windows color (decimal): -14572915 or 9282081. OLE color: 9282081.
HSL color Cylindrical-coordinate representation of color #21A28D: hue angle of 170.23º 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 #21A28D is Cyan = 0.80, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 33 | 162 | 141 | - |
| CMYK | 0.80 | 0 | 0.13 | 0.36 |
| HSL | 170.23º | 0.66% | 0.38% | - |
| HSV(B) | 170.23º | 0.8% | 0.64% | - |
| XYZ | 18.36 | 28.09 | 29.65 | - |
| YUV | 121.04 | 139.26 | 65.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 162 | 141 | 0.80 | 0 | 0.13 | 0.36 | 170.23 | 0.66 | 0.38 |
| Hex | 21 | A2 | 8D | 50 | 0 | D | 24 | AA | 42 | 26 |
| Octal | 41 | 242 | 215 | 120 | 0 | 15 | 44 | 252 | 102 | 46 |
| Binary | 100001 | 10100010 | 10001101 | 1010000 | 0 | 1101 | 100100 | 10101010 | 1000010 | 100110 |
Color Harmonies of #21A28D
Complementary color
Monochromatic Colors of #21A28D
Black with #21A28D
Text Example
Text Example
White with #21A28D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21A28D; }
p { color: rgb(33,162,141); }
H1.HeaderClassName
{
color: #21A28D;
}
.AnyTagClassName
{
color: #21A28D;
}
</style>
background-color css
<style>
a { background-color: #21A28D; }
a { background-color: rgb(33,162,141); }
div.DivClassName
{
background-color: #21A28D;
}
.BgClassName
{
background-color: #21A28D;
}
</style>
border-color css
<style>
span { border-color: #21A28D; }
span { border-color: rgb(33,162,141); }
td.TdClassName
{
border-color: #21A28D;
}
.TagClassName
{
border-color: #21A28D;
}
</style>