Shades of Niagara #21A385
Tints of Niagara #21A385
RGB
CMYK
RGB Variations
Color information
#21A385 (or 0x21A385) is known color: Niagara. HEX triplet: 21, A3 and 85. RGB value is (33,163,133). Sum of RGB (Red+Green+Blue) = 33+163+133=329 (43% of max value = 765). Red value is 33 (13.28% from 255 or 10.03% from 329); Green value is 163 (64.06% from 255 or 49.54% from 329); Blue value is 133 (52.34% from 255 or 40.43% from 329); Max value from RGB is 163 - color contains mainly: green. Hex color #21A385 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #21A385 is #DE5C7A. Grayscale: #787878. Windows color (decimal): -14572667 or 8758049. OLE color: 8758049.
HSL color Cylindrical-coordinate representation of color #21A385: hue angle of 166.15º 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 #21A385 is Cyan = 0.80, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 33 | 163 | 133 | - |
| CMYK | 0.80 | 0 | 0.18 | 0.36 |
| HSL | 166.15º | 0.66% | 0.38% | - |
| HSV(B) | 166.15º | 0.8% | 0.64% | - |
| XYZ | 17.96 | 28.21 | 26.69 | - |
| YUV | 120.71 | 134.93 | 65.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 163 | 133 | 0.80 | 0 | 0.18 | 0.36 | 166.15 | 0.66 | 0.38 |
| Hex | 21 | A3 | 85 | 50 | 0 | 12 | 24 | A6 | 42 | 26 |
| Octal | 41 | 243 | 205 | 120 | 0 | 22 | 44 | 246 | 102 | 46 |
| Binary | 100001 | 10100011 | 10000101 | 1010000 | 0 | 10010 | 100100 | 10100110 | 1000010 | 100110 |
Color Harmonies of #21A385
Complementary color
Monochromatic Colors of #21A385
Black with #21A385
Text Example
Text Example
White with #21A385
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21A385; }
p { color: rgb(33,163,133); }
H1.HeaderClassName
{
color: #21A385;
}
.AnyTagClassName
{
color: #21A385;
}
</style>
background-color css
<style>
a { background-color: #21A385; }
a { background-color: rgb(33,163,133); }
div.DivClassName
{
background-color: #21A385;
}
.BgClassName
{
background-color: #21A385;
}
</style>
border-color css
<style>
span { border-color: #21A385; }
span { border-color: rgb(33,163,133); }
td.TdClassName
{
border-color: #21A385;
}
.TagClassName
{
border-color: #21A385;
}
</style>