Shades of Niagara #21A189
Tints of Niagara #21A189
RGB
CMYK
RGB Variations
Color information
#21A189 (or 0x21A189) is known color: Niagara. HEX triplet: 21, A1 and 89. RGB value is (33,161,137). Sum of RGB (Red+Green+Blue) = 33+161+137=331 (43% of max value = 765). Red value is 33 (13.28% from 255 or 9.97% from 331); Green value is 161 (63.28% from 255 or 48.64% from 331); Blue value is 137 (53.91% from 255 or 41.39% from 331); Max value from RGB is 161 - color contains mainly: green. Hex color #21A189 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #21A189 is #DE5E76. Grayscale: #777777. Windows color (decimal): -14573175 or 9019681. OLE color: 9019681.
HSL color Cylindrical-coordinate representation of color #21A189: hue angle of 168.75º degrees, saturation: 0.66, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #21A189 is Cyan = 0.80, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 33 | 161 | 137 | - |
| CMYK | 0.80 | 0 | 0.15 | 0.37 |
| HSL | 168.75º | 0.66% | 0.38% | - |
| HSV(B) | 168.75º | 0.8% | 0.63% | - |
| XYZ | 17.89 | 27.62 | 28.06 | - |
| YUV | 119.99 | 137.59 | 65.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 161 | 137 | 0.80 | 0 | 0.15 | 0.37 | 168.75 | 0.66 | 0.38 |
| Hex | 21 | A1 | 89 | 50 | 0 | F | 25 | A9 | 42 | 26 |
| Octal | 41 | 241 | 211 | 120 | 0 | 17 | 45 | 251 | 102 | 46 |
| Binary | 100001 | 10100001 | 10001001 | 1010000 | 0 | 1111 | 100101 | 10101001 | 1000010 | 100110 |
Color Harmonies of #21A189
Complementary color
Monochromatic Colors of #21A189
Black with #21A189
Text Example
Text Example
White with #21A189
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21A189; }
p { color: rgb(33,161,137); }
H1.HeaderClassName
{
color: #21A189;
}
.AnyTagClassName
{
color: #21A189;
}
</style>
background-color css
<style>
a { background-color: #21A189; }
a { background-color: rgb(33,161,137); }
div.DivClassName
{
background-color: #21A189;
}
.BgClassName
{
background-color: #21A189;
}
</style>
border-color css
<style>
span { border-color: #21A189; }
span { border-color: rgb(33,161,137); }
td.TdClassName
{
border-color: #21A189;
}
.TagClassName
{
border-color: #21A189;
}
</style>