Shades of Niagara #21A38B
Tints of Niagara #21A38B
RGB
CMYK
RGB Variations
Color information
#21A38B (or 0x21A38B) is known color: Niagara. HEX triplet: 21, A3 and 8B. RGB value is (33,163,139). Sum of RGB (Red+Green+Blue) = 33+163+139=335 (44% of max value = 765). Red value is 33 (13.28% from 255 or 9.85% from 335); Green value is 163 (64.06% from 255 or 48.66% from 335); Blue value is 139 (54.69% from 255 or 41.49% from 335); Max value from RGB is 163 - color contains mainly: green. Hex color #21A38B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #21A38B is #DE5C74. Grayscale: #797979. Windows color (decimal): -14572661 or 9151265. OLE color: 9151265.
HSL color Cylindrical-coordinate representation of color #21A38B: hue angle of 168.92º 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 #21A38B is Cyan = 0.80, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 33 | 163 | 139 | - |
| CMYK | 0.80 | 0 | 0.15 | 0.36 |
| HSL | 168.92º | 0.66% | 0.38% | - |
| HSV(B) | 168.92º | 0.8% | 0.64% | - |
| XYZ | 18.38 | 28.38 | 28.94 | - |
| YUV | 121.39 | 137.93 | 64.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 163 | 139 | 0.80 | 0 | 0.15 | 0.36 | 168.92 | 0.66 | 0.38 |
| Hex | 21 | A3 | 8B | 50 | 0 | F | 24 | A9 | 42 | 26 |
| Octal | 41 | 243 | 213 | 120 | 0 | 17 | 44 | 251 | 102 | 46 |
| Binary | 100001 | 10100011 | 10001011 | 1010000 | 0 | 1111 | 100100 | 10101001 | 1000010 | 100110 |
Color Harmonies of #21A38B
Complementary color
Monochromatic Colors of #21A38B
Black with #21A38B
Text Example
Text Example
White with #21A38B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21A38B; }
p { color: rgb(33,163,139); }
H1.HeaderClassName
{
color: #21A38B;
}
.AnyTagClassName
{
color: #21A38B;
}
</style>
background-color css
<style>
a { background-color: #21A38B; }
a { background-color: rgb(33,163,139); }
div.DivClassName
{
background-color: #21A38B;
}
.BgClassName
{
background-color: #21A38B;
}
</style>
border-color css
<style>
span { border-color: #21A38B; }
span { border-color: rgb(33,163,139); }
td.TdClassName
{
border-color: #21A38B;
}
.TagClassName
{
border-color: #21A38B;
}
</style>