Shades of Mountain Meadow #10BC88
Tints of Mountain Meadow #10BC88
RGB
CMYK
RGB Variations
Color information
#10BC88 (or 0x10BC88) is known color: Mountain Meadow. HEX triplet: 10, BC and 88. RGB value is (16,188,136). Sum of RGB (Red+Green+Blue) = 16+188+136=340 (45% of max value = 765). Red value is 16 (6.64% from 255 or 4.71% from 340); Green value is 188 (73.83% from 255 or 55.29% from 340); Blue value is 136 (53.52% from 255 or 40% from 340); Max value from RGB is 188 - color contains mainly: green. Hex color #10BC88 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #10BC88 is #EF4377. Grayscale: #828282. Windows color (decimal): -15680376 or 8961040. OLE color: 8961040.
HSL color Cylindrical-coordinate representation of color #10BC88: hue angle of 161.86º degrees, saturation: 0.84, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #10BC88 is Cyan = 0.91, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 16 | 188 | 136 | - |
| CMYK | 0.91 | 0 | 0.28 | 0.26 |
| HSL | 161.86º | 0.84% | 0.4% | - |
| HSV(B) | 161.86º | 0.91% | 0.74% | - |
| XYZ | 22.64 | 37.85 | 29.41 | - |
| YUV | 130.64 | 131.02 | 46.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 188 | 136 | 0.91 | 0 | 0.28 | 0.26 | 161.86 | 0.84 | 0.4 |
| Hex | 10 | BC | 88 | 5B | 0 | 1C | 1A | A2 | 54 | 28 |
| Octal | 20 | 274 | 210 | 133 | 0 | 34 | 32 | 242 | 124 | 50 |
| Binary | 10000 | 10111100 | 10001000 | 1011011 | 0 | 11100 | 11010 | 10100010 | 1010100 | 101000 |
Color Harmonies of #10BC88
Complementary color
Monochromatic Colors of #10BC88
Black with #10BC88
Text Example
Text Example
White with #10BC88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10BC88; }
p { color: rgb(16,188,136); }
H1.HeaderClassName
{
color: #10BC88;
}
.AnyTagClassName
{
color: #10BC88;
}
</style>
background-color css
<style>
a { background-color: #10BC88; }
a { background-color: rgb(16,188,136); }
div.DivClassName
{
background-color: #10BC88;
}
.BgClassName
{
background-color: #10BC88;
}
</style>
border-color css
<style>
span { border-color: #10BC88; }
span { border-color: rgb(16,188,136); }
td.TdClassName
{
border-color: #10BC88;
}
.TagClassName
{
border-color: #10BC88;
}
</style>