Shades of Niagara #21B392
Tints of Niagara #21B392
RGB
CMYK
RGB Variations
Color information
#21B392 (or 0x21B392) is known color: Niagara. HEX triplet: 21, B3 and 92. RGB value is (33,179,146). Sum of RGB (Red+Green+Blue) = 33+179+146=358 (47% of max value = 765). Red value is 33 (13.28% from 255 or 9.22% from 358); Green value is 179 (70.31% from 255 or 50% from 358); Blue value is 146 (57.42% from 255 or 40.78% from 358); Max value from RGB is 179 - color contains mainly: green. Hex color #21B392 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #21B392 is #DE4C6D. Grayscale: #838383. Windows color (decimal): -14568558 or 9614113. OLE color: 9614113.
HSL color Cylindrical-coordinate representation of color #21B392: hue angle of 166.44º degrees, saturation: 0.69, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #21B392 is Cyan = 0.82, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 33 | 179 | 146 | - |
| CMYK | 0.82 | 0 | 0.18 | 0.30 |
| HSL | 166.44º | 0.69% | 0.42% | - |
| HSV(B) | 166.44º | 0.82% | 0.7% | - |
| XYZ | 21.94 | 34.64 | 32.72 | - |
| YUV | 131.58 | 136.13 | 57.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 179 | 146 | 0.82 | 0 | 0.18 | 0.30 | 166.44 | 0.69 | 0.42 |
| Hex | 21 | B3 | 92 | 52 | 0 | 12 | 1E | A6 | 45 | 2A |
| Octal | 41 | 263 | 222 | 122 | 0 | 22 | 36 | 246 | 105 | 52 |
| Binary | 100001 | 10110011 | 10010010 | 1010010 | 0 | 10010 | 11110 | 10100110 | 1000101 | 101010 |
Color Harmonies of #21B392
Complementary color
Monochromatic Colors of #21B392
Black with #21B392
Text Example
Text Example
White with #21B392
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21B392; }
p { color: rgb(33,179,146); }
H1.HeaderClassName
{
color: #21B392;
}
.AnyTagClassName
{
color: #21B392;
}
</style>
background-color css
<style>
a { background-color: #21B392; }
a { background-color: rgb(33,179,146); }
div.DivClassName
{
background-color: #21B392;
}
.BgClassName
{
background-color: #21B392;
}
</style>
border-color css
<style>
span { border-color: #21B392; }
span { border-color: rgb(33,179,146); }
td.TdClassName
{
border-color: #21B392;
}
.TagClassName
{
border-color: #21B392;
}
</style>