Shades of Mountain Meadow #10BD87
Tints of Mountain Meadow #10BD87
RGB
CMYK
RGB Variations
Color information
#10BD87 (or 0x10BD87) is known color: Mountain Meadow. HEX triplet: 10, BD and 87. RGB value is (16,189,135). Sum of RGB (Red+Green+Blue) = 16+189+135=340 (45% of max value = 765). Red value is 16 (6.64% from 255 or 4.71% from 340); Green value is 189 (74.22% from 255 or 55.59% from 340); Blue value is 135 (53.12% from 255 or 39.71% from 340); Max value from RGB is 189 - color contains mainly: green. Hex color #10BD87 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #10BD87 is #EF4278. Grayscale: #838383. Windows color (decimal): -15680121 or 8895760. OLE color: 8895760.
HSL color Cylindrical-coordinate representation of color #10BD87: hue angle of 161.27º degrees, saturation: 0.84, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #10BD87 is Cyan = 0.92, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 16 | 189 | 135 | - |
| CMYK | 0.92 | 0 | 0.29 | 0.26 |
| HSL | 161.27º | 0.84% | 0.4% | - |
| HSV(B) | 161.27º | 0.92% | 0.74% | - |
| XYZ | 22.78 | 38.25 | 29.1 | - |
| YUV | 131.12 | 130.19 | 45.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 189 | 135 | 0.92 | 0 | 0.29 | 0.26 | 161.27 | 0.84 | 0.4 |
| Hex | 10 | BD | 87 | 5C | 0 | 1D | 1A | A1 | 54 | 28 |
| Octal | 20 | 275 | 207 | 134 | 0 | 35 | 32 | 241 | 124 | 50 |
| Binary | 10000 | 10111101 | 10000111 | 1011100 | 0 | 11101 | 11010 | 10100001 | 1010100 | 101000 |
Color Harmonies of #10BD87
Complementary color
Monochromatic Colors of #10BD87
Black with #10BD87
Text Example
Text Example
White with #10BD87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10BD87; }
p { color: rgb(16,189,135); }
H1.HeaderClassName
{
color: #10BD87;
}
.AnyTagClassName
{
color: #10BD87;
}
</style>
background-color css
<style>
a { background-color: #10BD87; }
a { background-color: rgb(16,189,135); }
div.DivClassName
{
background-color: #10BD87;
}
.BgClassName
{
background-color: #10BD87;
}
</style>
border-color css
<style>
span { border-color: #10BD87; }
span { border-color: rgb(16,189,135); }
td.TdClassName
{
border-color: #10BD87;
}
.TagClassName
{
border-color: #10BD87;
}
</style>