Shades of Niagara #21B290
Tints of Niagara #21B290
RGB
CMYK
RGB Variations
Color information
#21B290 (or 0x21B290) is known color: Niagara. HEX triplet: 21, B2 and 90. RGB value is (33,178,144). Sum of RGB (Red+Green+Blue) = 33+178+144=355 (47% of max value = 765). Red value is 33 (13.28% from 255 or 9.30% from 355); Green value is 178 (69.92% from 255 or 50.14% from 355); Blue value is 144 (56.64% from 255 or 40.56% from 355); Max value from RGB is 178 - color contains mainly: green. Hex color #21B290 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #21B290 is #DE4D6F. Grayscale: #828282. Windows color (decimal): -14568816 or 9482785. OLE color: 9482785.
HSL color Cylindrical-coordinate representation of color #21B290: hue angle of 165.93º degrees, saturation: 0.69, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #21B290 is Cyan = 0.81, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 33 | 178 | 144 | - |
| CMYK | 0.81 | 0 | 0.19 | 0.30 |
| HSL | 165.93º | 0.69% | 0.41% | - |
| HSV(B) | 165.93º | 0.81% | 0.7% | - |
| XYZ | 21.58 | 34.18 | 31.85 | - |
| YUV | 130.77 | 135.46 | 58.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 178 | 144 | 0.81 | 0 | 0.19 | 0.30 | 165.93 | 0.69 | 0.41 |
| Hex | 21 | B2 | 90 | 51 | 0 | 13 | 1E | A6 | 45 | 29 |
| Octal | 41 | 262 | 220 | 121 | 0 | 23 | 36 | 246 | 105 | 51 |
| Binary | 100001 | 10110010 | 10010000 | 1010001 | 0 | 10011 | 11110 | 10100110 | 1000101 | 101001 |
Color Harmonies of #21B290
Complementary color
Monochromatic Colors of #21B290
Black with #21B290
Text Example
Text Example
White with #21B290
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21B290; }
p { color: rgb(33,178,144); }
H1.HeaderClassName
{
color: #21B290;
}
.AnyTagClassName
{
color: #21B290;
}
</style>
background-color css
<style>
a { background-color: #21B290; }
a { background-color: rgb(33,178,144); }
div.DivClassName
{
background-color: #21B290;
}
.BgClassName
{
background-color: #21B290;
}
</style>
border-color css
<style>
span { border-color: #21B290; }
span { border-color: rgb(33,178,144); }
td.TdClassName
{
border-color: #21B290;
}
.TagClassName
{
border-color: #21B290;
}
</style>