Shades of Niagara #21B195
Tints of Niagara #21B195
RGB
CMYK
RGB Variations
Color information
#21B195 (or 0x21B195) is known color: Niagara. HEX triplet: 21, B1 and 95. RGB value is (33,177,149). Sum of RGB (Red+Green+Blue) = 33+177+149=359 (47% of max value = 765). Red value is 33 (13.28% from 255 or 9.19% from 359); Green value is 177 (69.53% from 255 or 49.30% from 359); Blue value is 149 (58.59% from 255 or 41.50% from 359); Max value from RGB is 177 - color contains mainly: green. Hex color #21B195 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #21B195 is #DE4E6A. Grayscale: #828282. Windows color (decimal): -14569067 or 9810209. OLE color: 9810209.
HSL color Cylindrical-coordinate representation of color #21B195: hue angle of 168.33º degrees, saturation: 0.69, 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 #21B195 is Cyan = 0.81, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 33 | 177 | 149 | - |
| CMYK | 0.81 | 0 | 0.16 | 0.31 |
| HSL | 168.33º | 0.69% | 0.41% | - |
| HSV(B) | 168.33º | 0.81% | 0.69% | - |
| XYZ | 21.77 | 33.94 | 33.84 | - |
| YUV | 130.75 | 138.29 | 58.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 177 | 149 | 0.81 | 0 | 0.16 | 0.31 | 168.33 | 0.69 | 0.41 |
| Hex | 21 | B1 | 95 | 51 | 0 | 10 | 1F | A8 | 45 | 29 |
| Octal | 41 | 261 | 225 | 121 | 0 | 20 | 37 | 250 | 105 | 51 |
| Binary | 100001 | 10110001 | 10010101 | 1010001 | 0 | 10000 | 11111 | 10101000 | 1000101 | 101001 |
Color Harmonies of #21B195
Complementary color
Monochromatic Colors of #21B195
Black with #21B195
Text Example
Text Example
White with #21B195
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21B195; }
p { color: rgb(33,177,149); }
H1.HeaderClassName
{
color: #21B195;
}
.AnyTagClassName
{
color: #21B195;
}
</style>
background-color css
<style>
a { background-color: #21B195; }
a { background-color: rgb(33,177,149); }
div.DivClassName
{
background-color: #21B195;
}
.BgClassName
{
background-color: #21B195;
}
</style>
border-color css
<style>
span { border-color: #21B195; }
span { border-color: rgb(33,177,149); }
td.TdClassName
{
border-color: #21B195;
}
.TagClassName
{
border-color: #21B195;
}
</style>