Shades of Mountain Meadow #21B087
Tints of Mountain Meadow #21B087
RGB
CMYK
RGB Variations
Color information
#21B087 (or 0x21B087) is known color: Mountain Meadow. HEX triplet: 21, B0 and 87. RGB value is (33,176,135). Sum of RGB (Red+Green+Blue) = 33+176+135=344 (45% of max value = 765). Red value is 33 (13.28% from 255 or 9.59% from 344); Green value is 176 (69.14% from 255 or 51.16% from 344); Blue value is 135 (53.12% from 255 or 39.24% from 344); Max value from RGB is 176 - color contains mainly: green. Hex color #21B087 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #21B087 is #DE4F78. Grayscale: #808080. Windows color (decimal): -14569337 or 8892449. OLE color: 8892449.
HSL color Cylindrical-coordinate representation of color #21B087: hue angle of 162.8º degrees, saturation: 0.68, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #21B087 is Cyan = 0.81, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 33 | 176 | 135 | - |
| CMYK | 0.81 | 0 | 0.23 | 0.31 |
| HSL | 162.8º | 0.68% | 0.41% | - |
| HSV(B) | 162.8º | 0.81% | 0.69% | - |
| XYZ | 20.53 | 33.12 | 28.23 | - |
| YUV | 128.57 | 131.62 | 59.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 176 | 135 | 0.81 | 0 | 0.23 | 0.31 | 162.8 | 0.68 | 0.41 |
| Hex | 21 | B0 | 87 | 51 | 0 | 17 | 1F | A3 | 44 | 29 |
| Octal | 41 | 260 | 207 | 121 | 0 | 27 | 37 | 243 | 104 | 51 |
| Binary | 100001 | 10110000 | 10000111 | 1010001 | 0 | 10111 | 11111 | 10100011 | 1000100 | 101001 |
Color Harmonies of #21B087
Complementary color
Monochromatic Colors of #21B087
Black with #21B087
Text Example
Text Example
White with #21B087
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21B087; }
p { color: rgb(33,176,135); }
H1.HeaderClassName
{
color: #21B087;
}
.AnyTagClassName
{
color: #21B087;
}
</style>
background-color css
<style>
a { background-color: #21B087; }
a { background-color: rgb(33,176,135); }
div.DivClassName
{
background-color: #21B087;
}
.BgClassName
{
background-color: #21B087;
}
</style>
border-color css
<style>
span { border-color: #21B087; }
span { border-color: rgb(33,176,135); }
td.TdClassName
{
border-color: #21B087;
}
.TagClassName
{
border-color: #21B087;
}
</style>