Shades of Mountain Meadow #21B185
Tints of Mountain Meadow #21B185
RGB
CMYK
RGB Variations
Color information
#21B185 (or 0x21B185) is known color: Mountain Meadow. HEX triplet: 21, B1 and 85. RGB value is (33,177,133). Sum of RGB (Red+Green+Blue) = 33+177+133=343 (45% of max value = 765). Red value is 33 (13.28% from 255 or 9.62% from 343); Green value is 177 (69.53% from 255 or 51.60% from 343); Blue value is 133 (52.34% from 255 or 38.78% from 343); Max value from RGB is 177 - color contains mainly: green. Hex color #21B185 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #21B185 is #DE4E7A. Grayscale: #808080. Windows color (decimal): -14569083 or 8761633. OLE color: 8761633.
HSL color Cylindrical-coordinate representation of color #21B185: hue angle of 161.67º degrees, saturation: 0.69, 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 #21B185 is Cyan = 0.81, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 33 | 177 | 133 | - |
| CMYK | 0.81 | 0 | 0.25 | 0.31 |
| HSL | 161.67º | 0.69% | 0.41% | - |
| HSV(B) | 161.67º | 0.81% | 0.69% | - |
| XYZ | 20.58 | 33.46 | 27.56 | - |
| YUV | 128.93 | 130.29 | 59.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 177 | 133 | 0.81 | 0 | 0.25 | 0.31 | 161.67 | 0.69 | 0.41 |
| Hex | 21 | B1 | 85 | 51 | 0 | 19 | 1F | A2 | 45 | 29 |
| Octal | 41 | 261 | 205 | 121 | 0 | 31 | 37 | 242 | 105 | 51 |
| Binary | 100001 | 10110001 | 10000101 | 1010001 | 0 | 11001 | 11111 | 10100010 | 1000101 | 101001 |
Color Harmonies of #21B185
Complementary color
Monochromatic Colors of #21B185
Black with #21B185
Text Example
Text Example
White with #21B185
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21B185; }
p { color: rgb(33,177,133); }
H1.HeaderClassName
{
color: #21B185;
}
.AnyTagClassName
{
color: #21B185;
}
</style>
background-color css
<style>
a { background-color: #21B185; }
a { background-color: rgb(33,177,133); }
div.DivClassName
{
background-color: #21B185;
}
.BgClassName
{
background-color: #21B185;
}
</style>
border-color css
<style>
span { border-color: #21B185; }
span { border-color: rgb(33,177,133); }
td.TdClassName
{
border-color: #21B185;
}
.TagClassName
{
border-color: #21B185;
}
</style>