Shades of Mountain Meadow #10B37F
Tints of Mountain Meadow #10B37F
RGB
CMYK
RGB Variations
Color information
#10B37F (or 0x10B37F) is known color: Mountain Meadow. HEX triplet: 10, B3 and 7F. RGB value is (16,179,127). Sum of RGB (Red+Green+Blue) = 16+179+127=322 (42% of max value = 765). Red value is 16 (6.64% from 255 or 4.97% from 322); Green value is 179 (70.31% from 255 or 55.59% from 322); Blue value is 127 (50% from 255 or 39.44% from 322); Max value from RGB is 179 - color contains mainly: green. Hex color #10B37F is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #10B37F is #EF4C80. Grayscale: #7C7C7C. Windows color (decimal): -15682689 or 8368912. OLE color: 8368912.
HSL color Cylindrical-coordinate representation of color #10B37F: hue angle of 160.86º degrees, saturation: 0.84, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #10B37F is Cyan = 0.91, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 16 | 179 | 127 | - |
| CMYK | 0.91 | 0 | 0.29 | 0.30 |
| HSL | 160.86º | 0.84% | 0.38% | - |
| HSV(B) | 160.86º | 0.91% | 0.7% | - |
| XYZ | 20.16 | 33.88 | 25.56 | - |
| YUV | 124.34 | 129.5 | 50.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 179 | 127 | 0.91 | 0 | 0.29 | 0.30 | 160.86 | 0.84 | 0.38 |
| Hex | 10 | B3 | 7F | 5B | 0 | 1D | 1E | A1 | 54 | 26 |
| Octal | 20 | 263 | 177 | 133 | 0 | 35 | 36 | 241 | 124 | 46 |
| Binary | 10000 | 10110011 | 1111111 | 1011011 | 0 | 11101 | 11110 | 10100001 | 1010100 | 100110 |
Color Harmonies of #10B37F
Complementary color
Monochromatic Colors of #10B37F
Black with #10B37F
Text Example
Text Example
White with #10B37F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10B37F; }
p { color: rgb(16,179,127); }
H1.HeaderClassName
{
color: #10B37F;
}
.AnyTagClassName
{
color: #10B37F;
}
</style>
background-color css
<style>
a { background-color: #10B37F; }
a { background-color: rgb(16,179,127); }
div.DivClassName
{
background-color: #10B37F;
}
.BgClassName
{
background-color: #10B37F;
}
</style>
border-color css
<style>
span { border-color: #10B37F; }
span { border-color: rgb(16,179,127); }
td.TdClassName
{
border-color: #10B37F;
}
.TagClassName
{
border-color: #10B37F;
}
</style>