Shades of Mountain Meadow #10BE8F
Tints of Mountain Meadow #10BE8F
RGB
CMYK
RGB Variations
Color information
#10BE8F (or 0x10BE8F) is known color: Mountain Meadow. HEX triplet: 10, BE and 8F. RGB value is (16,190,143). Sum of RGB (Red+Green+Blue) = 16+190+143=349 (46% of max value = 765). Red value is 16 (6.64% from 255 or 4.58% from 349); Green value is 190 (74.61% from 255 or 54.44% from 349); Blue value is 143 (56.25% from 255 or 40.97% from 349); Max value from RGB is 190 - color contains mainly: green. Hex color #10BE8F is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #10BE8F is #EF4170. Grayscale: #848484. Windows color (decimal): -15679857 or 9420304. OLE color: 9420304.
HSL color Cylindrical-coordinate representation of color #10BE8F: hue angle of 163.79º 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 #10BE8F is Cyan = 0.92, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 16 | 190 | 143 | - |
| CMYK | 0.92 | 0 | 0.25 | 0.25 |
| HSL | 163.79º | 0.84% | 0.4% | - |
| HSV(B) | 163.79º | 0.92% | 0.75% | - |
| XYZ | 23.59 | 38.92 | 32.26 | - |
| YUV | 132.62 | 133.85 | 44.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 190 | 143 | 0.92 | 0 | 0.25 | 0.25 | 163.79 | 0.84 | 0.4 |
| Hex | 10 | BE | 8F | 5C | 0 | 19 | 19 | A4 | 54 | 28 |
| Octal | 20 | 276 | 217 | 134 | 0 | 31 | 31 | 244 | 124 | 50 |
| Binary | 10000 | 10111110 | 10001111 | 1011100 | 0 | 11001 | 11001 | 10100100 | 1010100 | 101000 |
Color Harmonies of #10BE8F
Complementary color
Monochromatic Colors of #10BE8F
Black with #10BE8F
Text Example
Text Example
White with #10BE8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10BE8F; }
p { color: rgb(16,190,143); }
H1.HeaderClassName
{
color: #10BE8F;
}
.AnyTagClassName
{
color: #10BE8F;
}
</style>
background-color css
<style>
a { background-color: #10BE8F; }
a { background-color: rgb(16,190,143); }
div.DivClassName
{
background-color: #10BE8F;
}
.BgClassName
{
background-color: #10BE8F;
}
</style>
border-color css
<style>
span { border-color: #10BE8F; }
span { border-color: rgb(16,190,143); }
td.TdClassName
{
border-color: #10BE8F;
}
.TagClassName
{
border-color: #10BE8F;
}
</style>