Shades of Niagara #21AD8F
Tints of Niagara #21AD8F
RGB
CMYK
RGB Variations
Color information
#21AD8F (or 0x21AD8F) is known color: Niagara. HEX triplet: 21, AD and 8F. RGB value is (33,173,143). Sum of RGB (Red+Green+Blue) = 33+173+143=349 (46% of max value = 765). Red value is 33 (13.28% from 255 or 9.46% from 349); Green value is 173 (67.97% from 255 or 49.57% from 349); Blue value is 143 (56.25% from 255 or 40.97% from 349); Max value from RGB is 173 - color contains mainly: green. Hex color #21AD8F is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #21AD8F is #DE5270. Grayscale: #7F7F7F. Windows color (decimal): -14570097 or 9415969. OLE color: 9415969.
HSL color Cylindrical-coordinate representation of color #21AD8F: hue angle of 167.14º degrees, saturation: 0.68, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #21AD8F is Cyan = 0.81, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 33 | 173 | 143 | - |
| CMYK | 0.81 | 0 | 0.17 | 0.32 |
| HSL | 167.14º | 0.68% | 0.4% | - |
| HSV(B) | 167.14º | 0.81% | 0.68% | - |
| XYZ | 20.53 | 32.19 | 31.12 | - |
| YUV | 127.72 | 136.62 | 60.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 173 | 143 | 0.81 | 0 | 0.17 | 0.32 | 167.14 | 0.68 | 0.4 |
| Hex | 21 | AD | 8F | 51 | 0 | 11 | 20 | A7 | 44 | 28 |
| Octal | 41 | 255 | 217 | 121 | 0 | 21 | 40 | 247 | 104 | 50 |
| Binary | 100001 | 10101101 | 10001111 | 1010001 | 0 | 10001 | 100000 | 10100111 | 1000100 | 101000 |
Color Harmonies of #21AD8F
Complementary color
Monochromatic Colors of #21AD8F
Black with #21AD8F
Text Example
Text Example
White with #21AD8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21AD8F; }
p { color: rgb(33,173,143); }
H1.HeaderClassName
{
color: #21AD8F;
}
.AnyTagClassName
{
color: #21AD8F;
}
</style>
background-color css
<style>
a { background-color: #21AD8F; }
a { background-color: rgb(33,173,143); }
div.DivClassName
{
background-color: #21AD8F;
}
.BgClassName
{
background-color: #21AD8F;
}
</style>
border-color css
<style>
span { border-color: #21AD8F; }
span { border-color: rgb(33,173,143); }
td.TdClassName
{
border-color: #21AD8F;
}
.TagClassName
{
border-color: #21AD8F;
}
</style>