Shades of Mountain Meadow #21B68E
Tints of Mountain Meadow #21B68E
RGB
CMYK
RGB Variations
Color information
#21B68E (or 0x21B68E) is known color: Mountain Meadow. HEX triplet: 21, B6 and 8E. RGB value is (33,182,142). Sum of RGB (Red+Green+Blue) = 33+182+142=357 (47% of max value = 765). Red value is 33 (13.28% from 255 or 9.24% from 357); Green value is 182 (71.48% from 255 or 50.98% from 357); Blue value is 142 (55.86% from 255 or 39.78% from 357); Max value from RGB is 182 - color contains mainly: green. Hex color #21B68E is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #21B68E is #DE4971. Grayscale: #848484. Windows color (decimal): -14567794 or 9352737. OLE color: 9352737.
HSL color Cylindrical-coordinate representation of color #21B68E: hue angle of 163.89º degrees, saturation: 0.69, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #21B68E is Cyan = 0.82, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 33 | 182 | 142 | - |
| CMYK | 0.82 | 0 | 0.22 | 0.29 |
| HSL | 163.89º | 0.69% | 0.42% | - |
| HSV(B) | 163.89º | 0.82% | 0.71% | - |
| XYZ | 22.24 | 35.73 | 31.32 | - |
| YUV | 132.89 | 133.14 | 56.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 182 | 142 | 0.82 | 0 | 0.22 | 0.29 | 163.89 | 0.69 | 0.42 |
| Hex | 21 | B6 | 8E | 52 | 0 | 16 | 1D | A4 | 45 | 2A |
| Octal | 41 | 266 | 216 | 122 | 0 | 26 | 35 | 244 | 105 | 52 |
| Binary | 100001 | 10110110 | 10001110 | 1010010 | 0 | 10110 | 11101 | 10100100 | 1000101 | 101010 |
Color Harmonies of #21B68E
Complementary color
Monochromatic Colors of #21B68E
Black with #21B68E
Text Example
Text Example
White with #21B68E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21B68E; }
p { color: rgb(33,182,142); }
H1.HeaderClassName
{
color: #21B68E;
}
.AnyTagClassName
{
color: #21B68E;
}
</style>
background-color css
<style>
a { background-color: #21B68E; }
a { background-color: rgb(33,182,142); }
div.DivClassName
{
background-color: #21B68E;
}
.BgClassName
{
background-color: #21B68E;
}
</style>
border-color css
<style>
span { border-color: #21B68E; }
span { border-color: rgb(33,182,142); }
td.TdClassName
{
border-color: #21B68E;
}
.TagClassName
{
border-color: #21B68E;
}
</style>