Shades of Mountain Meadow #21B87B
Tints of Mountain Meadow #21B87B
RGB
CMYK
RGB Variations
Color information
#21B87B (or 0x21B87B) is known color: Mountain Meadow. HEX triplet: 21, B8 and 7B. RGB value is (33,184,123). Sum of RGB (Red+Green+Blue) = 33+184+123=340 (45% of max value = 765). Red value is 33 (13.28% from 255 or 9.71% from 340); Green value is 184 (72.27% from 255 or 54.12% from 340); Blue value is 123 (48.44% from 255 or 36.18% from 340); Max value from RGB is 184 - color contains mainly: green. Hex color #21B87B is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #21B87B is #DE4784. Grayscale: #838383. Windows color (decimal): -14567301 or 8108065. OLE color: 8108065.
HSL color Cylindrical-coordinate representation of color #21B87B: hue angle of 155.76º degrees, saturation: 0.7, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #21B87B is Cyan = 0.82, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 33 | 184 | 123 | - |
| CMYK | 0.82 | 0 | 0.33 | 0.28 |
| HSL | 155.76º | 0.7% | 0.43% | - |
| HSV(B) | 155.76º | 0.82% | 0.72% | - |
| XYZ | 21.34 | 36.03 | 24.57 | - |
| YUV | 131.9 | 122.97 | 57.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 184 | 123 | 0.82 | 0 | 0.33 | 0.28 | 155.76 | 0.7 | 0.43 |
| Hex | 21 | B8 | 7B | 52 | 0 | 21 | 1C | 9C | 46 | 2B |
| Octal | 41 | 270 | 173 | 122 | 0 | 41 | 34 | 234 | 106 | 53 |
| Binary | 100001 | 10111000 | 1111011 | 1010010 | 0 | 100001 | 11100 | 10011100 | 1000110 | 101011 |
Color Harmonies of #21B87B
Complementary color
Monochromatic Colors of #21B87B
Black with #21B87B
Text Example
Text Example
White with #21B87B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21B87B; }
p { color: rgb(33,184,123); }
H1.HeaderClassName
{
color: #21B87B;
}
.AnyTagClassName
{
color: #21B87B;
}
</style>
background-color css
<style>
a { background-color: #21B87B; }
a { background-color: rgb(33,184,123); }
div.DivClassName
{
background-color: #21B87B;
}
.BgClassName
{
background-color: #21B87B;
}
</style>
border-color css
<style>
span { border-color: #21B87B; }
span { border-color: rgb(33,184,123); }
td.TdClassName
{
border-color: #21B87B;
}
.TagClassName
{
border-color: #21B87B;
}
</style>