Shades of Mountain Meadow #10BE7B
Tints of Mountain Meadow #10BE7B
RGB
CMYK
RGB Variations
Color information
#10BE7B (or 0x10BE7B) is known color: Mountain Meadow. HEX triplet: 10, BE and 7B. RGB value is (16,190,123). Sum of RGB (Red+Green+Blue) = 16+190+123=329 (43% of max value = 765). Red value is 16 (6.64% from 255 or 4.86% from 329); Green value is 190 (74.61% from 255 or 57.75% from 329); Blue value is 123 (48.44% from 255 or 37.39% from 329); Max value from RGB is 190 - color contains mainly: green. Hex color #10BE7B is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #10BE7B is #EF4184. Grayscale: #828282. Windows color (decimal): -15679877 or 8109584. OLE color: 8109584.
HSL color Cylindrical-coordinate representation of color #10BE7B: hue angle of 156.9º degrees, saturation: 0.84, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #10BE7B is Cyan = 0.92, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 16 | 190 | 123 | - |
| CMYK | 0.92 | 0 | 0.35 | 0.25 |
| HSL | 156.9º | 0.84% | 0.4% | - |
| HSV(B) | 156.9º | 0.92% | 0.75% | - |
| XYZ | 22.2 | 38.37 | 24.97 | - |
| YUV | 130.34 | 123.85 | 46.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 190 | 123 | 0.92 | 0 | 0.35 | 0.25 | 156.9 | 0.84 | 0.4 |
| Hex | 10 | BE | 7B | 5C | 0 | 23 | 19 | 9D | 54 | 28 |
| Octal | 20 | 276 | 173 | 134 | 0 | 43 | 31 | 235 | 124 | 50 |
| Binary | 10000 | 10111110 | 1111011 | 1011100 | 0 | 100011 | 11001 | 10011101 | 1010100 | 101000 |
Color Harmonies of #10BE7B
Complementary color
Monochromatic Colors of #10BE7B
Black with #10BE7B
Text Example
Text Example
White with #10BE7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10BE7B; }
p { color: rgb(16,190,123); }
H1.HeaderClassName
{
color: #10BE7B;
}
.AnyTagClassName
{
color: #10BE7B;
}
</style>
background-color css
<style>
a { background-color: #10BE7B; }
a { background-color: rgb(16,190,123); }
div.DivClassName
{
background-color: #10BE7B;
}
.BgClassName
{
background-color: #10BE7B;
}
</style>
border-color css
<style>
span { border-color: #10BE7B; }
span { border-color: rgb(16,190,123); }
td.TdClassName
{
border-color: #10BE7B;
}
.TagClassName
{
border-color: #10BE7B;
}
</style>