Shades of Mountain Meadow #21BB89
Tints of Mountain Meadow #21BB89
RGB
CMYK
RGB Variations
Color information
#21BB89 (or 0x21BB89) is known color: Mountain Meadow. HEX triplet: 21, BB and 89. RGB value is (33,187,137). Sum of RGB (Red+Green+Blue) = 33+187+137=357 (47% of max value = 765). Red value is 33 (13.28% from 255 or 9.24% from 357); Green value is 187 (73.44% from 255 or 52.38% from 357); Blue value is 137 (53.91% from 255 or 38.38% from 357); Max value from RGB is 187 - color contains mainly: green. Hex color #21BB89 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #21BB89 is #DE4476. Grayscale: #878787. Windows color (decimal): -14566519 or 9026337. OLE color: 9026337.
HSL color Cylindrical-coordinate representation of color #21BB89: hue angle of 160.52º 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 #21BB89 is Cyan = 0.82, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 33 | 187 | 137 | - |
| CMYK | 0.82 | 0 | 0.27 | 0.27 |
| HSL | 160.52º | 0.7% | 0.43% | - |
| HSV(B) | 160.52º | 0.82% | 0.73% | - |
| XYZ | 22.91 | 37.67 | 29.73 | - |
| YUV | 135.25 | 128.98 | 55.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 187 | 137 | 0.82 | 0 | 0.27 | 0.27 | 160.52 | 0.7 | 0.43 |
| Hex | 21 | BB | 89 | 52 | 0 | 1B | 1B | A1 | 46 | 2B |
| Octal | 41 | 273 | 211 | 122 | 0 | 33 | 33 | 241 | 106 | 53 |
| Binary | 100001 | 10111011 | 10001001 | 1010010 | 0 | 11011 | 11011 | 10100001 | 1000110 | 101011 |
Color Harmonies of #21BB89
Complementary color
Monochromatic Colors of #21BB89
Black with #21BB89
Text Example
Text Example
White with #21BB89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21BB89; }
p { color: rgb(33,187,137); }
H1.HeaderClassName
{
color: #21BB89;
}
.AnyTagClassName
{
color: #21BB89;
}
</style>
background-color css
<style>
a { background-color: #21BB89; }
a { background-color: rgb(33,187,137); }
div.DivClassName
{
background-color: #21BB89;
}
.BgClassName
{
background-color: #21BB89;
}
</style>
border-color css
<style>
span { border-color: #21BB89; }
span { border-color: rgb(33,187,137); }
td.TdClassName
{
border-color: #21BB89;
}
.TagClassName
{
border-color: #21BB89;
}
</style>