Shades of Mountain Meadow #21B490
Tints of Mountain Meadow #21B490
RGB
CMYK
RGB Variations
Color information
#21B490 (or 0x21B490) is known color: Mountain Meadow. HEX triplet: 21, B4 and 90. RGB value is (33,180,144). Sum of RGB (Red+Green+Blue) = 33+180+144=357 (47% of max value = 765). Red value is 33 (13.28% from 255 or 9.24% from 357); Green value is 180 (70.70% from 255 or 50.42% from 357); Blue value is 144 (56.64% from 255 or 40.34% from 357); Max value from RGB is 180 - color contains mainly: green. Hex color #21B490 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #21B490 is #DE4B6F. Grayscale: #838383. Windows color (decimal): -14568304 or 9483297. OLE color: 9483297.
HSL color Cylindrical-coordinate representation of color #21B490: hue angle of 165.31º degrees, saturation: 0.69, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #21B490 is Cyan = 0.82, Magento = 0, Yellow = 0.2 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 33 | 180 | 144 | - |
| CMYK | 0.82 | 0 | 0.2 | 0.29 |
| HSL | 165.31º | 0.69% | 0.42% | - |
| HSV(B) | 165.31º | 0.82% | 0.71% | - |
| XYZ | 21.98 | 34.98 | 31.98 | - |
| YUV | 131.94 | 134.8 | 57.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 180 | 144 | 0.82 | 0 | 0.2 | 0.29 | 165.31 | 0.69 | 0.42 |
| Hex | 21 | B4 | 90 | 52 | 0 | 14 | 1D | A5 | 45 | 2A |
| Octal | 41 | 264 | 220 | 122 | 0 | 24 | 35 | 245 | 105 | 52 |
| Binary | 100001 | 10110100 | 10010000 | 1010010 | 0 | 10100 | 11101 | 10100101 | 1000101 | 101010 |
Color Harmonies of #21B490
Complementary color
Monochromatic Colors of #21B490
Black with #21B490
Text Example
Text Example
White with #21B490
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21B490; }
p { color: rgb(33,180,144); }
H1.HeaderClassName
{
color: #21B490;
}
.AnyTagClassName
{
color: #21B490;
}
</style>
background-color css
<style>
a { background-color: #21B490; }
a { background-color: rgb(33,180,144); }
div.DivClassName
{
background-color: #21B490;
}
.BgClassName
{
background-color: #21B490;
}
</style>
border-color css
<style>
span { border-color: #21B490; }
span { border-color: rgb(33,180,144); }
td.TdClassName
{
border-color: #21B490;
}
.TagClassName
{
border-color: #21B490;
}
</style>