Shades of Mountain Meadow #21B17E
Tints of Mountain Meadow #21B17E
RGB
CMYK
RGB Variations
Color information
#21B17E (or 0x21B17E) is known color: Mountain Meadow. HEX triplet: 21, B1 and 7E. RGB value is (33,177,126). Sum of RGB (Red+Green+Blue) = 33+177+126=336 (44% of max value = 765). Red value is 33 (13.28% from 255 or 9.82% from 336); Green value is 177 (69.53% from 255 or 52.68% from 336); Blue value is 126 (49.61% from 255 or 37.5% from 336); Max value from RGB is 177 - color contains mainly: green. Hex color #21B17E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #21B17E is #DE4E81. Grayscale: #808080. Windows color (decimal): -14569090 or 8302881. OLE color: 8302881.
HSL color Cylindrical-coordinate representation of color #21B17E: hue angle of 158.75º 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 #21B17E is Cyan = 0.81, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 33 | 177 | 126 | - |
| CMYK | 0.81 | 0 | 0.29 | 0.31 |
| HSL | 158.75º | 0.69% | 0.41% | - |
| HSV(B) | 158.75º | 0.81% | 0.69% | - |
| XYZ | 20.12 | 33.27 | 25.1 | - |
| YUV | 128.13 | 126.79 | 60.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 177 | 126 | 0.81 | 0 | 0.29 | 0.31 | 158.75 | 0.69 | 0.41 |
| Hex | 21 | B1 | 7E | 51 | 0 | 1D | 1F | 9F | 45 | 29 |
| Octal | 41 | 261 | 176 | 121 | 0 | 35 | 37 | 237 | 105 | 51 |
| Binary | 100001 | 10110001 | 1111110 | 1010001 | 0 | 11101 | 11111 | 10011111 | 1000101 | 101001 |
Color Harmonies of #21B17E
Complementary color
Monochromatic Colors of #21B17E
Black with #21B17E
Text Example
Text Example
White with #21B17E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21B17E; }
p { color: rgb(33,177,126); }
H1.HeaderClassName
{
color: #21B17E;
}
.AnyTagClassName
{
color: #21B17E;
}
</style>
background-color css
<style>
a { background-color: #21B17E; }
a { background-color: rgb(33,177,126); }
div.DivClassName
{
background-color: #21B17E;
}
.BgClassName
{
background-color: #21B17E;
}
</style>
border-color css
<style>
span { border-color: #21B17E; }
span { border-color: rgb(33,177,126); }
td.TdClassName
{
border-color: #21B17E;
}
.TagClassName
{
border-color: #21B17E;
}
</style>