Shades of Mountain Meadow #10BA88
Tints of Mountain Meadow #10BA88
RGB
CMYK
RGB Variations
Color information
#10BA88 (or 0x10BA88) is known color: Mountain Meadow. HEX triplet: 10, BA and 88. RGB value is (16,186,136). Sum of RGB (Red+Green+Blue) = 16+186+136=338 (44% of max value = 765). Red value is 16 (6.64% from 255 or 4.73% from 338); Green value is 186 (73.05% from 255 or 55.03% from 338); Blue value is 136 (53.52% from 255 or 40.24% from 338); Max value from RGB is 186 - color contains mainly: green. Hex color #10BA88 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #10BA88 is #EF4577. Grayscale: #818181. Windows color (decimal): -15680888 or 8960528. OLE color: 8960528.
HSL color Cylindrical-coordinate representation of color #10BA88: hue angle of 162.35º degrees, saturation: 0.84, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #10BA88 is Cyan = 0.91, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 16 | 186 | 136 | - |
| CMYK | 0.91 | 0 | 0.27 | 0.27 |
| HSL | 162.35º | 0.84% | 0.4% | - |
| HSV(B) | 162.35º | 0.91% | 0.73% | - |
| XYZ | 22.22 | 37.01 | 29.26 | - |
| YUV | 129.47 | 131.68 | 47.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 186 | 136 | 0.91 | 0 | 0.27 | 0.27 | 162.35 | 0.84 | 0.4 |
| Hex | 10 | BA | 88 | 5B | 0 | 1B | 1B | A2 | 54 | 28 |
| Octal | 20 | 272 | 210 | 133 | 0 | 33 | 33 | 242 | 124 | 50 |
| Binary | 10000 | 10111010 | 10001000 | 1011011 | 0 | 11011 | 11011 | 10100010 | 1010100 | 101000 |
Color Harmonies of #10BA88
Complementary color
Monochromatic Colors of #10BA88
Black with #10BA88
Text Example
Text Example
White with #10BA88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10BA88; }
p { color: rgb(16,186,136); }
H1.HeaderClassName
{
color: #10BA88;
}
.AnyTagClassName
{
color: #10BA88;
}
</style>
background-color css
<style>
a { background-color: #10BA88; }
a { background-color: rgb(16,186,136); }
div.DivClassName
{
background-color: #10BA88;
}
.BgClassName
{
background-color: #10BA88;
}
</style>
border-color css
<style>
span { border-color: #10BA88; }
span { border-color: rgb(16,186,136); }
td.TdClassName
{
border-color: #10BA88;
}
.TagClassName
{
border-color: #10BA88;
}
</style>