Shades of Mountain Meadow #21B06F
Tints of Mountain Meadow #21B06F
RGB
CMYK
RGB Variations
Color information
#21B06F (or 0x21B06F) is known color: Mountain Meadow. HEX triplet: 21, B0 and 6F. RGB value is (33,176,111). Sum of RGB (Red+Green+Blue) = 33+176+111=320 (42% of max value = 765). Red value is 33 (13.28% from 255 or 10.31% from 320); Green value is 176 (69.14% from 255 or 55% from 320); Blue value is 111 (43.75% from 255 or 34.69% from 320); Max value from RGB is 176 - color contains mainly: green. Hex color #21B06F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #21B06F is #DE4F90. Grayscale: #7D7D7D. Windows color (decimal): -14569361 or 7319585. OLE color: 7319585.
HSL color Cylindrical-coordinate representation of color #21B06F: hue angle of 152.73º 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 #21B06F is Cyan = 0.81, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 33 | 176 | 111 | - |
| CMYK | 0.81 | 0 | 0.37 | 0.31 |
| HSL | 152.73º | 0.68% | 0.41% | - |
| HSV(B) | 152.73º | 0.81% | 0.69% | - |
| XYZ | 19.02 | 32.52 | 20.31 | - |
| YUV | 125.83 | 119.62 | 61.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 176 | 111 | 0.81 | 0 | 0.37 | 0.31 | 152.73 | 0.68 | 0.41 |
| Hex | 21 | B0 | 6F | 51 | 0 | 25 | 1F | 99 | 44 | 29 |
| Octal | 41 | 260 | 157 | 121 | 0 | 45 | 37 | 231 | 104 | 51 |
| Binary | 100001 | 10110000 | 1101111 | 1010001 | 0 | 100101 | 11111 | 10011001 | 1000100 | 101001 |
Color Harmonies of #21B06F
Complementary color
Monochromatic Colors of #21B06F
Black with #21B06F
Text Example
Text Example
White with #21B06F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21B06F; }
p { color: rgb(33,176,111); }
H1.HeaderClassName
{
color: #21B06F;
}
.AnyTagClassName
{
color: #21B06F;
}
</style>
background-color css
<style>
a { background-color: #21B06F; }
a { background-color: rgb(33,176,111); }
div.DivClassName
{
background-color: #21B06F;
}
.BgClassName
{
background-color: #21B06F;
}
</style>
border-color css
<style>
span { border-color: #21B06F; }
span { border-color: rgb(33,176,111); }
td.TdClassName
{
border-color: #21B06F;
}
.TagClassName
{
border-color: #21B06F;
}
</style>