Shades of Niagara #21A586
Tints of Niagara #21A586
RGB
CMYK
RGB Variations
Color information
#21A586 (or 0x21A586) is known color: Niagara. HEX triplet: 21, A5 and 86. RGB value is (33,165,134). Sum of RGB (Red+Green+Blue) = 33+165+134=332 (43% of max value = 765). Red value is 33 (13.28% from 255 or 9.94% from 332); Green value is 165 (64.84% from 255 or 49.70% from 332); Blue value is 134 (52.73% from 255 or 40.36% from 332); Max value from RGB is 165 - color contains mainly: green. Hex color #21A586 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #21A586 is #DE5A79. Grayscale: #797979. Windows color (decimal): -14572154 or 8824097. OLE color: 8824097.
HSL color Cylindrical-coordinate representation of color #21A586: hue angle of 165.91º 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 #21A586 is Cyan = 0.8, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 33 | 165 | 134 | - |
| CMYK | 0.8 | 0 | 0.19 | 0.35 |
| HSL | 165.91º | 0.67% | 0.39% | - |
| HSV(B) | 165.91º | 0.8% | 0.65% | - |
| XYZ | 18.39 | 28.95 | 27.17 | - |
| YUV | 122 | 134.77 | 64.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 165 | 134 | 0.8 | 0 | 0.19 | 0.35 | 165.91 | 0.67 | 0.39 |
| Hex | 21 | A5 | 86 | 50 | 0 | 13 | 23 | A6 | 43 | 27 |
| Octal | 41 | 245 | 206 | 120 | 0 | 23 | 43 | 246 | 103 | 47 |
| Binary | 100001 | 10100101 | 10000110 | 1010000 | 0 | 10011 | 100011 | 10100110 | 1000011 | 100111 |
Color Harmonies of #21A586
Complementary color
Monochromatic Colors of #21A586
Black with #21A586
Text Example
Text Example
White with #21A586
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21A586; }
p { color: rgb(33,165,134); }
H1.HeaderClassName
{
color: #21A586;
}
.AnyTagClassName
{
color: #21A586;
}
</style>
background-color css
<style>
a { background-color: #21A586; }
a { background-color: rgb(33,165,134); }
div.DivClassName
{
background-color: #21A586;
}
.BgClassName
{
background-color: #21A586;
}
</style>
border-color css
<style>
span { border-color: #21A586; }
span { border-color: rgb(33,165,134); }
td.TdClassName
{
border-color: #21A586;
}
.TagClassName
{
border-color: #21A586;
}
</style>