Shades of Niagara #21AF93
Tints of Niagara #21AF93
RGB
CMYK
RGB Variations
Color information
#21AF93 (or 0x21AF93) is known color: Niagara. HEX triplet: 21, AF and 93. RGB value is (33,175,147). Sum of RGB (Red+Green+Blue) = 33+175+147=355 (47% of max value = 765). Red value is 33 (13.28% from 255 or 9.30% from 355); Green value is 175 (68.75% from 255 or 49.30% from 355); Blue value is 147 (57.81% from 255 or 41.41% from 355); Max value from RGB is 175 - color contains mainly: green. Hex color #21AF93 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #21AF93 is #DE506C. Grayscale: #818181. Windows color (decimal): -14569581 or 9678625. OLE color: 9678625.
HSL color Cylindrical-coordinate representation of color #21AF93: hue angle of 168.17º degrees, saturation: 0.68, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #21AF93 is Cyan = 0.81, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 33 | 175 | 147 | - |
| CMYK | 0.81 | 0 | 0.16 | 0.31 |
| HSL | 168.17º | 0.68% | 0.41% | - |
| HSV(B) | 168.17º | 0.81% | 0.69% | - |
| XYZ | 21.22 | 33.09 | 32.87 | - |
| YUV | 129.35 | 137.96 | 59.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 175 | 147 | 0.81 | 0 | 0.16 | 0.31 | 168.17 | 0.68 | 0.41 |
| Hex | 21 | AF | 93 | 51 | 0 | 10 | 1F | A8 | 44 | 29 |
| Octal | 41 | 257 | 223 | 121 | 0 | 20 | 37 | 250 | 104 | 51 |
| Binary | 100001 | 10101111 | 10010011 | 1010001 | 0 | 10000 | 11111 | 10101000 | 1000100 | 101001 |
Color Harmonies of #21AF93
Complementary color
Monochromatic Colors of #21AF93
Black with #21AF93
Text Example
Text Example
White with #21AF93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21AF93; }
p { color: rgb(33,175,147); }
H1.HeaderClassName
{
color: #21AF93;
}
.AnyTagClassName
{
color: #21AF93;
}
</style>
background-color css
<style>
a { background-color: #21AF93; }
a { background-color: rgb(33,175,147); }
div.DivClassName
{
background-color: #21AF93;
}
.BgClassName
{
background-color: #21AF93;
}
</style>
border-color css
<style>
span { border-color: #21AF93; }
span { border-color: rgb(33,175,147); }
td.TdClassName
{
border-color: #21AF93;
}
.TagClassName
{
border-color: #21AF93;
}
</style>