Shades of Mountain Meadow #10B795
Tints of Mountain Meadow #10B795
RGB
CMYK
RGB Variations
Color information
#10B795 (or 0x10B795) is known color: Mountain Meadow. HEX triplet: 10, B7 and 95. RGB value is (16,183,149). Sum of RGB (Red+Green+Blue) = 16+183+149=348 (46% of max value = 765). Red value is 16 (6.64% from 255 or 4.60% from 348); Green value is 183 (71.88% from 255 or 52.59% from 348); Blue value is 149 (58.59% from 255 or 42.82% from 348); Max value from RGB is 183 - color contains mainly: green. Hex color #10B795 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #10B795 is #EF486A. Grayscale: #818181. Windows color (decimal): -15681643 or 9811728. OLE color: 9811728.
HSL color Cylindrical-coordinate representation of color #10B795: hue angle of 167.78º 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 #10B795 is Cyan = 0.91, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 16 | 183 | 149 | - |
| CMYK | 0.91 | 0 | 0.19 | 0.28 |
| HSL | 167.78º | 0.84% | 0.39% | - |
| HSV(B) | 167.78º | 0.91% | 0.72% | - |
| XYZ | 22.57 | 36.15 | 34.22 | - |
| YUV | 129.19 | 139.17 | 47.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 183 | 149 | 0.91 | 0 | 0.19 | 0.28 | 167.78 | 0.84 | 0.39 |
| Hex | 10 | B7 | 95 | 5B | 0 | 13 | 1C | A8 | 54 | 27 |
| Octal | 20 | 267 | 225 | 133 | 0 | 23 | 34 | 250 | 124 | 47 |
| Binary | 10000 | 10110111 | 10010101 | 1011011 | 0 | 10011 | 11100 | 10101000 | 1010100 | 100111 |
Color Harmonies of #10B795
Complementary color
Monochromatic Colors of #10B795
Black with #10B795
Text Example
Text Example
White with #10B795
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10B795; }
p { color: rgb(16,183,149); }
H1.HeaderClassName
{
color: #10B795;
}
.AnyTagClassName
{
color: #10B795;
}
</style>
background-color css
<style>
a { background-color: #10B795; }
a { background-color: rgb(16,183,149); }
div.DivClassName
{
background-color: #10B795;
}
.BgClassName
{
background-color: #10B795;
}
</style>
border-color css
<style>
span { border-color: #10B795; }
span { border-color: rgb(16,183,149); }
td.TdClassName
{
border-color: #10B795;
}
.TagClassName
{
border-color: #10B795;
}
</style>