Shades of Mountain Meadow #10B992
Tints of Mountain Meadow #10B992
RGB
CMYK
RGB Variations
Color information
#10B992 (or 0x10B992) is known color: Mountain Meadow. HEX triplet: 10, B9 and 92. RGB value is (16,185,146). Sum of RGB (Red+Green+Blue) = 16+185+146=347 (45% of max value = 765). Red value is 16 (6.64% from 255 or 4.61% from 347); Green value is 185 (72.66% from 255 or 53.31% from 347); Blue value is 146 (57.42% from 255 or 42.07% from 347); Max value from RGB is 185 - color contains mainly: green. Hex color #10B992 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #10B992 is #EF466D. Grayscale: #828282. Windows color (decimal): -15681134 or 9615632. OLE color: 9615632.
HSL color Cylindrical-coordinate representation of color #10B992: hue angle of 166.15º degrees, saturation: 0.84, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #10B992 is Cyan = 0.91, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 16 | 185 | 146 | - |
| CMYK | 0.91 | 0 | 0.21 | 0.27 |
| HSL | 166.15º | 0.84% | 0.39% | - |
| HSV(B) | 166.15º | 0.91% | 0.73% | - |
| XYZ | 22.75 | 36.88 | 33.11 | - |
| YUV | 130.02 | 137.01 | 46.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 185 | 146 | 0.91 | 0 | 0.21 | 0.27 | 166.15 | 0.84 | 0.39 |
| Hex | 10 | B9 | 92 | 5B | 0 | 15 | 1B | A6 | 54 | 27 |
| Octal | 20 | 271 | 222 | 133 | 0 | 25 | 33 | 246 | 124 | 47 |
| Binary | 10000 | 10111001 | 10010010 | 1011011 | 0 | 10101 | 11011 | 10100110 | 1010100 | 100111 |
Color Harmonies of #10B992
Complementary color
Monochromatic Colors of #10B992
Black with #10B992
Text Example
Text Example
White with #10B992
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10B992; }
p { color: rgb(16,185,146); }
H1.HeaderClassName
{
color: #10B992;
}
.AnyTagClassName
{
color: #10B992;
}
</style>
background-color css
<style>
a { background-color: #10B992; }
a { background-color: rgb(16,185,146); }
div.DivClassName
{
background-color: #10B992;
}
.BgClassName
{
background-color: #10B992;
}
</style>
border-color css
<style>
span { border-color: #10B992; }
span { border-color: rgb(16,185,146); }
td.TdClassName
{
border-color: #10B992;
}
.TagClassName
{
border-color: #10B992;
}
</style>