Shades of Niagara #21AC8A
Tints of Niagara #21AC8A
RGB
CMYK
RGB Variations
Color information
#21AC8A (or 0x21AC8A) is known color: Niagara. HEX triplet: 21, AC and 8A. RGB value is (33,172,138). Sum of RGB (Red+Green+Blue) = 33+172+138=343 (45% of max value = 765). Red value is 33 (13.28% from 255 or 9.62% from 343); Green value is 172 (67.58% from 255 or 50.15% from 343); Blue value is 138 (54.30% from 255 or 40.23% from 343); Max value from RGB is 172 - color contains mainly: green. Hex color #21AC8A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #21AC8A is #DE5375. Grayscale: #7E7E7E. Windows color (decimal): -14570358 or 9088033. OLE color: 9088033.
HSL color Cylindrical-coordinate representation of color #21AC8A: hue angle of 165.32º 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 #21AC8A is Cyan = 0.81, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 33 | 172 | 138 | - |
| CMYK | 0.81 | 0 | 0.20 | 0.33 |
| HSL | 165.32º | 0.68% | 0.4% | - |
| HSV(B) | 165.32º | 0.81% | 0.67% | - |
| XYZ | 19.97 | 31.66 | 29.1 | - |
| YUV | 126.56 | 134.45 | 61.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 172 | 138 | 0.81 | 0 | 0.20 | 0.33 | 165.32 | 0.68 | 0.4 |
| Hex | 21 | AC | 8A | 51 | 0 | 14 | 21 | A5 | 44 | 28 |
| Octal | 41 | 254 | 212 | 121 | 0 | 24 | 41 | 245 | 104 | 50 |
| Binary | 100001 | 10101100 | 10001010 | 1010001 | 0 | 10100 | 100001 | 10100101 | 1000100 | 101000 |
Color Harmonies of #21AC8A
Complementary color
Monochromatic Colors of #21AC8A
Black with #21AC8A
Text Example
Text Example
White with #21AC8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21AC8A; }
p { color: rgb(33,172,138); }
H1.HeaderClassName
{
color: #21AC8A;
}
.AnyTagClassName
{
color: #21AC8A;
}
</style>
background-color css
<style>
a { background-color: #21AC8A; }
a { background-color: rgb(33,172,138); }
div.DivClassName
{
background-color: #21AC8A;
}
.BgClassName
{
background-color: #21AC8A;
}
</style>
border-color css
<style>
span { border-color: #21AC8A; }
span { border-color: rgb(33,172,138); }
td.TdClassName
{
border-color: #21AC8A;
}
.TagClassName
{
border-color: #21AC8A;
}
</style>