Shades of Mountain Meadow #21BD8E
Tints of Mountain Meadow #21BD8E
RGB
CMYK
RGB Variations
Color information
#21BD8E (or 0x21BD8E) is known color: Mountain Meadow. HEX triplet: 21, BD and 8E. RGB value is (33,189,142). Sum of RGB (Red+Green+Blue) = 33+189+142=364 (48% of max value = 765). Red value is 33 (13.28% from 255 or 9.07% from 364); Green value is 189 (74.22% from 255 or 51.92% from 364); Blue value is 142 (55.86% from 255 or 39.01% from 364); Max value from RGB is 189 - color contains mainly: green. Hex color #21BD8E is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #21BD8E is #DE4271. Grayscale: #898989. Windows color (decimal): -14566002 or 9354529. OLE color: 9354529.
HSL color Cylindrical-coordinate representation of color #21BD8E: hue angle of 161.92º degrees, saturation: 0.7, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #21BD8E is Cyan = 0.83, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 33 | 189 | 142 | - |
| CMYK | 0.83 | 0 | 0.25 | 0.26 |
| HSL | 161.92º | 0.7% | 0.44% | - |
| HSV(B) | 161.92º | 0.83% | 0.74% | - |
| XYZ | 23.71 | 38.67 | 31.81 | - |
| YUV | 137 | 130.82 | 53.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 189 | 142 | 0.83 | 0 | 0.25 | 0.26 | 161.92 | 0.7 | 0.44 |
| Hex | 21 | BD | 8E | 53 | 0 | 19 | 1A | A2 | 46 | 2C |
| Octal | 41 | 275 | 216 | 123 | 0 | 31 | 32 | 242 | 106 | 54 |
| Binary | 100001 | 10111101 | 10001110 | 1010011 | 0 | 11001 | 11010 | 10100010 | 1000110 | 101100 |
Color Harmonies of #21BD8E
Complementary color
Monochromatic Colors of #21BD8E
Black with #21BD8E
Text Example
Text Example
White with #21BD8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21BD8E; }
p { color: rgb(33,189,142); }
H1.HeaderClassName
{
color: #21BD8E;
}
.AnyTagClassName
{
color: #21BD8E;
}
</style>
background-color css
<style>
a { background-color: #21BD8E; }
a { background-color: rgb(33,189,142); }
div.DivClassName
{
background-color: #21BD8E;
}
.BgClassName
{
background-color: #21BD8E;
}
</style>
border-color css
<style>
span { border-color: #21BD8E; }
span { border-color: rgb(33,189,142); }
td.TdClassName
{
border-color: #21BD8E;
}
.TagClassName
{
border-color: #21BD8E;
}
</style>