Shades of Mountain Meadow #21B78E
Tints of Mountain Meadow #21B78E
RGB
CMYK
RGB Variations
Color information
#21B78E (or 0x21B78E) is known color: Mountain Meadow. HEX triplet: 21, B7 and 8E. RGB value is (33,183,142). Sum of RGB (Red+Green+Blue) = 33+183+142=358 (47% of max value = 765). Red value is 33 (13.28% from 255 or 9.22% from 358); Green value is 183 (71.88% from 255 or 51.12% from 358); Blue value is 142 (55.86% from 255 or 39.66% from 358); Max value from RGB is 183 - color contains mainly: green. Hex color #21B78E is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #21B78E is #DE4871. Grayscale: #858585. Windows color (decimal): -14567538 or 9352993. OLE color: 9352993.
HSL color Cylindrical-coordinate representation of color #21B78E: hue angle of 163.6º degrees, saturation: 0.69, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #21B78E is Cyan = 0.82, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 33 | 183 | 142 | - |
| CMYK | 0.82 | 0 | 0.22 | 0.28 |
| HSL | 163.6º | 0.69% | 0.42% | - |
| HSV(B) | 163.6º | 0.82% | 0.72% | - |
| XYZ | 22.44 | 36.14 | 31.38 | - |
| YUV | 133.48 | 132.81 | 56.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 183 | 142 | 0.82 | 0 | 0.22 | 0.28 | 163.6 | 0.69 | 0.42 |
| Hex | 21 | B7 | 8E | 52 | 0 | 16 | 1C | A4 | 45 | 2A |
| Octal | 41 | 267 | 216 | 122 | 0 | 26 | 34 | 244 | 105 | 52 |
| Binary | 100001 | 10110111 | 10001110 | 1010010 | 0 | 10110 | 11100 | 10100100 | 1000101 | 101010 |
Color Harmonies of #21B78E
Complementary color
Monochromatic Colors of #21B78E
Black with #21B78E
Text Example
Text Example
White with #21B78E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21B78E; }
p { color: rgb(33,183,142); }
H1.HeaderClassName
{
color: #21B78E;
}
.AnyTagClassName
{
color: #21B78E;
}
</style>
background-color css
<style>
a { background-color: #21B78E; }
a { background-color: rgb(33,183,142); }
div.DivClassName
{
background-color: #21B78E;
}
.BgClassName
{
background-color: #21B78E;
}
</style>
border-color css
<style>
span { border-color: #21B78E; }
span { border-color: rgb(33,183,142); }
td.TdClassName
{
border-color: #21B78E;
}
.TagClassName
{
border-color: #21B78E;
}
</style>