Shades of Mountain Meadow #21B68A
Tints of Mountain Meadow #21B68A
RGB
CMYK
RGB Variations
Color information
#21B68A (or 0x21B68A) is known color: Mountain Meadow. HEX triplet: 21, B6 and 8A. RGB value is (33,182,138). Sum of RGB (Red+Green+Blue) = 33+182+138=353 (46% of max value = 765). Red value is 33 (13.28% from 255 or 9.35% from 353); Green value is 182 (71.48% from 255 or 51.56% from 353); Blue value is 138 (54.30% from 255 or 39.09% from 353); Max value from RGB is 182 - color contains mainly: green. Hex color #21B68A is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #21B68A is #DE4975. Grayscale: #848484. Windows color (decimal): -14567798 or 9090593. OLE color: 9090593.
HSL color Cylindrical-coordinate representation of color #21B68A: hue angle of 162.28º 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 #21B68A is Cyan = 0.82, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 33 | 182 | 138 | - |
| CMYK | 0.82 | 0 | 0.24 | 0.29 |
| HSL | 162.28º | 0.69% | 0.42% | - |
| HSV(B) | 162.28º | 0.82% | 0.71% | - |
| XYZ | 21.94 | 35.61 | 29.76 | - |
| YUV | 132.43 | 131.14 | 57.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 182 | 138 | 0.82 | 0 | 0.24 | 0.29 | 162.28 | 0.69 | 0.42 |
| Hex | 21 | B6 | 8A | 52 | 0 | 18 | 1D | A2 | 45 | 2A |
| Octal | 41 | 266 | 212 | 122 | 0 | 30 | 35 | 242 | 105 | 52 |
| Binary | 100001 | 10110110 | 10001010 | 1010010 | 0 | 11000 | 11101 | 10100010 | 1000101 | 101010 |
Color Harmonies of #21B68A
Complementary color
Monochromatic Colors of #21B68A
Black with #21B68A
Text Example
Text Example
White with #21B68A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21B68A; }
p { color: rgb(33,182,138); }
H1.HeaderClassName
{
color: #21B68A;
}
.AnyTagClassName
{
color: #21B68A;
}
</style>
background-color css
<style>
a { background-color: #21B68A; }
a { background-color: rgb(33,182,138); }
div.DivClassName
{
background-color: #21B68A;
}
.BgClassName
{
background-color: #21B68A;
}
</style>
border-color css
<style>
span { border-color: #21B68A; }
span { border-color: rgb(33,182,138); }
td.TdClassName
{
border-color: #21B68A;
}
.TagClassName
{
border-color: #21B68A;
}
</style>