Shades of Mountain Meadow #21BA8D
Tints of Mountain Meadow #21BA8D
RGB
CMYK
RGB Variations
Color information
#21BA8D (or 0x21BA8D) is known color: Mountain Meadow. HEX triplet: 21, BA and 8D. RGB value is (33,186,141). Sum of RGB (Red+Green+Blue) = 33+186+141=360 (47% of max value = 765). Red value is 33 (13.28% from 255 or 9.17% from 360); Green value is 186 (73.05% from 255 or 51.67% from 360); Blue value is 141 (55.47% from 255 or 39.17% from 360); Max value from RGB is 186 - color contains mainly: green. Hex color #21BA8D is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #21BA8D is #DE4572. Grayscale: #878787. Windows color (decimal): -14566771 or 9288225. OLE color: 9288225.
HSL color Cylindrical-coordinate representation of color #21BA8D: hue angle of 162.35º degrees, saturation: 0.7, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #21BA8D is Cyan = 0.82, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 33 | 186 | 141 | - |
| CMYK | 0.82 | 0 | 0.24 | 0.27 |
| HSL | 162.35º | 0.7% | 0.43% | - |
| HSV(B) | 162.35º | 0.82% | 0.73% | - |
| XYZ | 22.99 | 37.36 | 31.2 | - |
| YUV | 135.12 | 131.31 | 55.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 186 | 141 | 0.82 | 0 | 0.24 | 0.27 | 162.35 | 0.7 | 0.43 |
| Hex | 21 | BA | 8D | 52 | 0 | 18 | 1B | A2 | 46 | 2B |
| Octal | 41 | 272 | 215 | 122 | 0 | 30 | 33 | 242 | 106 | 53 |
| Binary | 100001 | 10111010 | 10001101 | 1010010 | 0 | 11000 | 11011 | 10100010 | 1000110 | 101011 |
Color Harmonies of #21BA8D
Complementary color
Monochromatic Colors of #21BA8D
Black with #21BA8D
Text Example
Text Example
White with #21BA8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21BA8D; }
p { color: rgb(33,186,141); }
H1.HeaderClassName
{
color: #21BA8D;
}
.AnyTagClassName
{
color: #21BA8D;
}
</style>
background-color css
<style>
a { background-color: #21BA8D; }
a { background-color: rgb(33,186,141); }
div.DivClassName
{
background-color: #21BA8D;
}
.BgClassName
{
background-color: #21BA8D;
}
</style>
border-color css
<style>
span { border-color: #21BA8D; }
span { border-color: rgb(33,186,141); }
td.TdClassName
{
border-color: #21BA8D;
}
.TagClassName
{
border-color: #21BA8D;
}
</style>