Shades of Mountain Meadow #10BE89
Tints of Mountain Meadow #10BE89
RGB
CMYK
RGB Variations
Color information
#10BE89 (or 0x10BE89) is known color: Mountain Meadow. HEX triplet: 10, BE and 89. RGB value is (16,190,137). Sum of RGB (Red+Green+Blue) = 16+190+137=343 (45% of max value = 765). Red value is 16 (6.64% from 255 or 4.66% from 343); Green value is 190 (74.61% from 255 or 55.39% from 343); Blue value is 137 (53.91% from 255 or 39.94% from 343); Max value from RGB is 190 - color contains mainly: green. Hex color #10BE89 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #10BE89 is #EF4176. Grayscale: #838383. Windows color (decimal): -15679863 or 9027088. OLE color: 9027088.
HSL color Cylindrical-coordinate representation of color #10BE89: hue angle of 161.72º 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 #10BE89 is Cyan = 0.92, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 16 | 190 | 137 | - |
| CMYK | 0.92 | 0 | 0.28 | 0.25 |
| HSL | 161.72º | 0.84% | 0.4% | - |
| HSV(B) | 161.72º | 0.92% | 0.75% | - |
| XYZ | 23.14 | 38.74 | 29.93 | - |
| YUV | 131.93 | 130.85 | 45.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 190 | 137 | 0.92 | 0 | 0.28 | 0.25 | 161.72 | 0.84 | 0.4 |
| Hex | 10 | BE | 89 | 5C | 0 | 1C | 19 | A2 | 54 | 28 |
| Octal | 20 | 276 | 211 | 134 | 0 | 34 | 31 | 242 | 124 | 50 |
| Binary | 10000 | 10111110 | 10001001 | 1011100 | 0 | 11100 | 11001 | 10100010 | 1010100 | 101000 |
Color Harmonies of #10BE89
Complementary color
Monochromatic Colors of #10BE89
Black with #10BE89
Text Example
Text Example
White with #10BE89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10BE89; }
p { color: rgb(16,190,137); }
H1.HeaderClassName
{
color: #10BE89;
}
.AnyTagClassName
{
color: #10BE89;
}
</style>
background-color css
<style>
a { background-color: #10BE89; }
a { background-color: rgb(16,190,137); }
div.DivClassName
{
background-color: #10BE89;
}
.BgClassName
{
background-color: #10BE89;
}
</style>
border-color css
<style>
span { border-color: #10BE89; }
span { border-color: rgb(16,190,137); }
td.TdClassName
{
border-color: #10BE89;
}
.TagClassName
{
border-color: #10BE89;
}
</style>