Shades of Mountain Meadow #10B175
Tints of Mountain Meadow #10B175
RGB
CMYK
RGB Variations
Color information
#10B175 (or 0x10B175) is known color: Mountain Meadow. HEX triplet: 10, B1 and 75. RGB value is (16,177,117). Sum of RGB (Red+Green+Blue) = 16+177+117=310 (41% of max value = 765). Red value is 16 (6.64% from 255 or 5.16% from 310); Green value is 177 (69.53% from 255 or 57.10% from 310); Blue value is 117 (46.09% from 255 or 37.74% from 310); Max value from RGB is 177 - color contains mainly: green. Hex color #10B175 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #10B175 is #EF4E8A. Grayscale: #7A7A7A. Windows color (decimal): -15683211 or 7713040. OLE color: 7713040.
HSL color Cylindrical-coordinate representation of color #10B175: hue angle of 157.64º degrees, saturation: 0.83, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #10B175 is Cyan = 0.91, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 16 | 177 | 117 | - |
| CMYK | 0.91 | 0 | 0.34 | 0.31 |
| HSL | 157.64º | 0.83% | 0.38% | - |
| HSV(B) | 157.64º | 0.91% | 0.69% | - |
| XYZ | 19.15 | 32.84 | 22.16 | - |
| YUV | 122.02 | 125.16 | 52.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 177 | 117 | 0.91 | 0 | 0.34 | 0.31 | 157.64 | 0.83 | 0.38 |
| Hex | 10 | B1 | 75 | 5B | 0 | 22 | 1F | 9E | 53 | 26 |
| Octal | 20 | 261 | 165 | 133 | 0 | 42 | 37 | 236 | 123 | 46 |
| Binary | 10000 | 10110001 | 1110101 | 1011011 | 0 | 100010 | 11111 | 10011110 | 1010011 | 100110 |
Color Harmonies of #10B175
Complementary color
Monochromatic Colors of #10B175
Black with #10B175
Text Example
Text Example
White with #10B175
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10B175; }
p { color: rgb(16,177,117); }
H1.HeaderClassName
{
color: #10B175;
}
.AnyTagClassName
{
color: #10B175;
}
</style>
background-color css
<style>
a { background-color: #10B175; }
a { background-color: rgb(16,177,117); }
div.DivClassName
{
background-color: #10B175;
}
.BgClassName
{
background-color: #10B175;
}
</style>
border-color css
<style>
span { border-color: #10B175; }
span { border-color: rgb(16,177,117); }
td.TdClassName
{
border-color: #10B175;
}
.TagClassName
{
border-color: #10B175;
}
</style>