Shades of Mountain Meadow #21BE8C
Tints of Mountain Meadow #21BE8C
RGB
CMYK
RGB Variations
Color information
#21BE8C (or 0x21BE8C) is known color: Mountain Meadow. HEX triplet: 21, BE and 8C. RGB value is (33,190,140). Sum of RGB (Red+Green+Blue) = 33+190+140=363 (48% of max value = 765). Red value is 33 (13.28% from 255 or 9.09% from 363); Green value is 190 (74.61% from 255 or 52.34% from 363); Blue value is 140 (55.08% from 255 or 38.57% from 363); Max value from RGB is 190 - color contains mainly: green. Hex color #21BE8C is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #21BE8C is #DE4173. Grayscale: #898989. Windows color (decimal): -14565748 or 9223713. OLE color: 9223713.
HSL color Cylindrical-coordinate representation of color #21BE8C: hue angle of 160.89º degrees, saturation: 0.7, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #21BE8C is Cyan = 0.83, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 33 | 190 | 140 | - |
| CMYK | 0.83 | 0 | 0.26 | 0.25 |
| HSL | 160.89º | 0.7% | 0.44% | - |
| HSV(B) | 160.89º | 0.83% | 0.75% | - |
| XYZ | 23.77 | 39.04 | 31.09 | - |
| YUV | 137.36 | 129.49 | 53.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 190 | 140 | 0.83 | 0 | 0.26 | 0.25 | 160.89 | 0.7 | 0.44 |
| Hex | 21 | BE | 8C | 53 | 0 | 1A | 19 | A1 | 46 | 2C |
| Octal | 41 | 276 | 214 | 123 | 0 | 32 | 31 | 241 | 106 | 54 |
| Binary | 100001 | 10111110 | 10001100 | 1010011 | 0 | 11010 | 11001 | 10100001 | 1000110 | 101100 |
Color Harmonies of #21BE8C
Complementary color
Monochromatic Colors of #21BE8C
Black with #21BE8C
Text Example
Text Example
White with #21BE8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21BE8C; }
p { color: rgb(33,190,140); }
H1.HeaderClassName
{
color: #21BE8C;
}
.AnyTagClassName
{
color: #21BE8C;
}
</style>
background-color css
<style>
a { background-color: #21BE8C; }
a { background-color: rgb(33,190,140); }
div.DivClassName
{
background-color: #21BE8C;
}
.BgClassName
{
background-color: #21BE8C;
}
</style>
border-color css
<style>
span { border-color: #21BE8C; }
span { border-color: rgb(33,190,140); }
td.TdClassName
{
border-color: #21BE8C;
}
.TagClassName
{
border-color: #21BE8C;
}
</style>