Shades of Mountain Meadow #21B488
Tints of Mountain Meadow #21B488
RGB
CMYK
RGB Variations
Color information
#21B488 (or 0x21B488) is known color: Mountain Meadow. HEX triplet: 21, B4 and 88. RGB value is (33,180,136). Sum of RGB (Red+Green+Blue) = 33+180+136=349 (46% of max value = 765). Red value is 33 (13.28% from 255 or 9.46% from 349); Green value is 180 (70.70% from 255 or 51.58% from 349); Blue value is 136 (53.52% from 255 or 38.97% from 349); Max value from RGB is 180 - color contains mainly: green. Hex color #21B488 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #21B488 is #DE4B77. Grayscale: #838383. Windows color (decimal): -14568312 or 8959009. OLE color: 8959009.
HSL color Cylindrical-coordinate representation of color #21B488: hue angle of 162.04º 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 #21B488 is Cyan = 0.82, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 33 | 180 | 136 | - |
| CMYK | 0.82 | 0 | 0.24 | 0.29 |
| HSL | 162.04º | 0.69% | 0.42% | - |
| HSV(B) | 162.04º | 0.82% | 0.71% | - |
| XYZ | 21.39 | 34.74 | 28.87 | - |
| YUV | 131.03 | 130.8 | 58.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 180 | 136 | 0.82 | 0 | 0.24 | 0.29 | 162.04 | 0.69 | 0.42 |
| Hex | 21 | B4 | 88 | 52 | 0 | 18 | 1D | A2 | 45 | 2A |
| Octal | 41 | 264 | 210 | 122 | 0 | 30 | 35 | 242 | 105 | 52 |
| Binary | 100001 | 10110100 | 10001000 | 1010010 | 0 | 11000 | 11101 | 10100010 | 1000101 | 101010 |
Color Harmonies of #21B488
Complementary color
Monochromatic Colors of #21B488
Black with #21B488
Text Example
Text Example
White with #21B488
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21B488; }
p { color: rgb(33,180,136); }
H1.HeaderClassName
{
color: #21B488;
}
.AnyTagClassName
{
color: #21B488;
}
</style>
background-color css
<style>
a { background-color: #21B488; }
a { background-color: rgb(33,180,136); }
div.DivClassName
{
background-color: #21B488;
}
.BgClassName
{
background-color: #21B488;
}
</style>
border-color css
<style>
span { border-color: #21B488; }
span { border-color: rgb(33,180,136); }
td.TdClassName
{
border-color: #21B488;
}
.TagClassName
{
border-color: #21B488;
}
</style>