Shades of Mountain Meadow #21BA88
Tints of Mountain Meadow #21BA88
RGB
CMYK
RGB Variations
Color information
#21BA88 (or 0x21BA88) is known color: Mountain Meadow. HEX triplet: 21, BA and 88. RGB value is (33,186,136). Sum of RGB (Red+Green+Blue) = 33+186+136=355 (47% of max value = 765). Red value is 33 (13.28% from 255 or 9.30% from 355); Green value is 186 (73.05% from 255 or 52.39% from 355); Blue value is 136 (53.52% from 255 or 38.31% from 355); Max value from RGB is 186 - color contains mainly: green. Hex color #21BA88 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #21BA88 is #DE4577. Grayscale: #868686. Windows color (decimal): -14566776 or 8960545. OLE color: 8960545.
HSL color Cylindrical-coordinate representation of color #21BA88: hue angle of 160.39º 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 #21BA88 is Cyan = 0.82, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 33 | 186 | 136 | - |
| CMYK | 0.82 | 0 | 0.27 | 0.27 |
| HSL | 160.39º | 0.7% | 0.43% | - |
| HSV(B) | 160.39º | 0.82% | 0.73% | - |
| XYZ | 22.63 | 37.22 | 29.28 | - |
| YUV | 134.55 | 128.81 | 55.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 186 | 136 | 0.82 | 0 | 0.27 | 0.27 | 160.39 | 0.7 | 0.43 |
| Hex | 21 | BA | 88 | 52 | 0 | 1B | 1B | A0 | 46 | 2B |
| Octal | 41 | 272 | 210 | 122 | 0 | 33 | 33 | 240 | 106 | 53 |
| Binary | 100001 | 10111010 | 10001000 | 1010010 | 0 | 11011 | 11011 | 10100000 | 1000110 | 101011 |
Color Harmonies of #21BA88
Complementary color
Monochromatic Colors of #21BA88
Black with #21BA88
Text Example
Text Example
White with #21BA88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21BA88; }
p { color: rgb(33,186,136); }
H1.HeaderClassName
{
color: #21BA88;
}
.AnyTagClassName
{
color: #21BA88;
}
</style>
background-color css
<style>
a { background-color: #21BA88; }
a { background-color: rgb(33,186,136); }
div.DivClassName
{
background-color: #21BA88;
}
.BgClassName
{
background-color: #21BA88;
}
</style>
border-color css
<style>
span { border-color: #21BA88; }
span { border-color: rgb(33,186,136); }
td.TdClassName
{
border-color: #21BA88;
}
.TagClassName
{
border-color: #21BA88;
}
</style>