Shades of Mountain Meadow #10B796
Tints of Mountain Meadow #10B796
RGB
CMYK
RGB Variations
Color information
#10B796 (or 0x10B796) is known color: Mountain Meadow. HEX triplet: 10, B7 and 96. RGB value is (16,183,150). Sum of RGB (Red+Green+Blue) = 16+183+150=349 (46% of max value = 765). Red value is 16 (6.64% from 255 or 4.58% from 349); Green value is 183 (71.88% from 255 or 52.44% from 349); Blue value is 150 (58.98% from 255 or 42.98% from 349); Max value from RGB is 183 - color contains mainly: green. Hex color #10B796 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #10B796 is #EF4869. Grayscale: #818181. Windows color (decimal): -15681642 or 9877264. OLE color: 9877264.
HSL color Cylindrical-coordinate representation of color #10B796: hue angle of 168.14º degrees, saturation: 0.84, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #10B796 is Cyan = 0.91, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 16 | 183 | 150 | - |
| CMYK | 0.91 | 0 | 0.18 | 0.28 |
| HSL | 168.14º | 0.84% | 0.39% | - |
| HSV(B) | 168.14º | 0.91% | 0.72% | - |
| XYZ | 22.65 | 36.18 | 34.64 | - |
| YUV | 129.31 | 139.67 | 47.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 183 | 150 | 0.91 | 0 | 0.18 | 0.28 | 168.14 | 0.84 | 0.39 |
| Hex | 10 | B7 | 96 | 5B | 0 | 12 | 1C | A8 | 54 | 27 |
| Octal | 20 | 267 | 226 | 133 | 0 | 22 | 34 | 250 | 124 | 47 |
| Binary | 10000 | 10110111 | 10010110 | 1011011 | 0 | 10010 | 11100 | 10101000 | 1010100 | 100111 |
Color Harmonies of #10B796
Complementary color
Monochromatic Colors of #10B796
Black with #10B796
Text Example
Text Example
White with #10B796
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10B796; }
p { color: rgb(16,183,150); }
H1.HeaderClassName
{
color: #10B796;
}
.AnyTagClassName
{
color: #10B796;
}
</style>
background-color css
<style>
a { background-color: #10B796; }
a { background-color: rgb(16,183,150); }
div.DivClassName
{
background-color: #10B796;
}
.BgClassName
{
background-color: #10B796;
}
</style>
border-color css
<style>
span { border-color: #10B796; }
span { border-color: rgb(16,183,150); }
td.TdClassName
{
border-color: #10B796;
}
.TagClassName
{
border-color: #10B796;
}
</style>