Shades of Mountain Meadow #21BA8B
Tints of Mountain Meadow #21BA8B
RGB
CMYK
RGB Variations
Color information
#21BA8B (or 0x21BA8B) is known color: Mountain Meadow. HEX triplet: 21, BA and 8B. RGB value is (33,186,139). Sum of RGB (Red+Green+Blue) = 33+186+139=358 (47% of max value = 765). Red value is 33 (13.28% from 255 or 9.22% from 358); Green value is 186 (73.05% from 255 or 51.96% from 358); Blue value is 139 (54.69% from 255 or 38.83% from 358); Max value from RGB is 186 - color contains mainly: green. Hex color #21BA8B is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #21BA8B is #DE4574. Grayscale: #868686. Windows color (decimal): -14566773 or 9157153. OLE color: 9157153.
HSL color Cylindrical-coordinate representation of color #21BA8B: hue angle of 161.57º degrees, saturation: 0.7, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #21BA8B is Cyan = 0.82, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 33 | 186 | 139 | - |
| CMYK | 0.82 | 0 | 0.25 | 0.27 |
| HSL | 161.57º | 0.7% | 0.43% | - |
| HSV(B) | 161.57º | 0.82% | 0.73% | - |
| XYZ | 22.85 | 37.31 | 30.42 | - |
| YUV | 134.9 | 130.31 | 55.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 186 | 139 | 0.82 | 0 | 0.25 | 0.27 | 161.57 | 0.7 | 0.43 |
| Hex | 21 | BA | 8B | 52 | 0 | 19 | 1B | A2 | 46 | 2B |
| Octal | 41 | 272 | 213 | 122 | 0 | 31 | 33 | 242 | 106 | 53 |
| Binary | 100001 | 10111010 | 10001011 | 1010010 | 0 | 11001 | 11011 | 10100010 | 1000110 | 101011 |
Color Harmonies of #21BA8B
Complementary color
Monochromatic Colors of #21BA8B
Black with #21BA8B
Text Example
Text Example
White with #21BA8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21BA8B; }
p { color: rgb(33,186,139); }
H1.HeaderClassName
{
color: #21BA8B;
}
.AnyTagClassName
{
color: #21BA8B;
}
</style>
background-color css
<style>
a { background-color: #21BA8B; }
a { background-color: rgb(33,186,139); }
div.DivClassName
{
background-color: #21BA8B;
}
.BgClassName
{
background-color: #21BA8B;
}
</style>
border-color css
<style>
span { border-color: #21BA8B; }
span { border-color: rgb(33,186,139); }
td.TdClassName
{
border-color: #21BA8B;
}
.TagClassName
{
border-color: #21BA8B;
}
</style>