Shades of Mountain Meadow #10B482
Tints of Mountain Meadow #10B482
RGB
CMYK
RGB Variations
Color information
#10B482 (or 0x10B482) is known color: Mountain Meadow. HEX triplet: 10, B4 and 82. RGB value is (16,180,130). Sum of RGB (Red+Green+Blue) = 16+180+130=326 (43% of max value = 765). Red value is 16 (6.64% from 255 or 4.91% from 326); Green value is 180 (70.70% from 255 or 55.21% from 326); Blue value is 130 (51.17% from 255 or 39.88% from 326); Max value from RGB is 180 - color contains mainly: green. Hex color #10B482 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #10B482 is #EF4B7D. Grayscale: #7D7D7D. Windows color (decimal): -15682430 or 8565776. OLE color: 8565776.
HSL color Cylindrical-coordinate representation of color #10B482: hue angle of 161.71º degrees, saturation: 0.84, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #10B482 is Cyan = 0.91, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 16 | 180 | 130 | - |
| CMYK | 0.91 | 0 | 0.28 | 0.29 |
| HSL | 161.71º | 0.84% | 0.38% | - |
| HSV(B) | 161.71º | 0.91% | 0.71% | - |
| XYZ | 20.56 | 34.36 | 26.67 | - |
| YUV | 125.26 | 130.67 | 50.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 180 | 130 | 0.91 | 0 | 0.28 | 0.29 | 161.71 | 0.84 | 0.38 |
| Hex | 10 | B4 | 82 | 5B | 0 | 1C | 1D | A2 | 54 | 26 |
| Octal | 20 | 264 | 202 | 133 | 0 | 34 | 35 | 242 | 124 | 46 |
| Binary | 10000 | 10110100 | 10000010 | 1011011 | 0 | 11100 | 11101 | 10100010 | 1010100 | 100110 |
Color Harmonies of #10B482
Complementary color
Monochromatic Colors of #10B482
Black with #10B482
Text Example
Text Example
White with #10B482
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10B482; }
p { color: rgb(16,180,130); }
H1.HeaderClassName
{
color: #10B482;
}
.AnyTagClassName
{
color: #10B482;
}
</style>
background-color css
<style>
a { background-color: #10B482; }
a { background-color: rgb(16,180,130); }
div.DivClassName
{
background-color: #10B482;
}
.BgClassName
{
background-color: #10B482;
}
</style>
border-color css
<style>
span { border-color: #10B482; }
span { border-color: rgb(16,180,130); }
td.TdClassName
{
border-color: #10B482;
}
.TagClassName
{
border-color: #10B482;
}
</style>