Shades of Mountain Meadow #10B17B
Tints of Mountain Meadow #10B17B
RGB
CMYK
RGB Variations
Color information
#10B17B (or 0x10B17B) is known color: Mountain Meadow. HEX triplet: 10, B1 and 7B. RGB value is (16,177,123). Sum of RGB (Red+Green+Blue) = 16+177+123=316 (41% of max value = 765). Red value is 16 (6.64% from 255 or 5.06% from 316); Green value is 177 (69.53% from 255 or 56.01% from 316); Blue value is 123 (48.44% from 255 or 38.92% from 316); Max value from RGB is 177 - color contains mainly: green. Hex color #10B17B is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #10B17B is #EF4E84. Grayscale: #7A7A7A. Windows color (decimal): -15683205 or 8106256. OLE color: 8106256.
HSL color Cylindrical-coordinate representation of color #10B17B: hue angle of 159.88º 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 #10B17B is Cyan = 0.91, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 16 | 177 | 123 | - |
| CMYK | 0.91 | 0 | 0.31 | 0.31 |
| HSL | 159.88º | 0.83% | 0.38% | - |
| HSV(B) | 159.88º | 0.91% | 0.69% | - |
| XYZ | 19.51 | 32.98 | 24.08 | - |
| YUV | 122.71 | 128.16 | 51.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 177 | 123 | 0.91 | 0 | 0.31 | 0.31 | 159.88 | 0.83 | 0.38 |
| Hex | 10 | B1 | 7B | 5B | 0 | 1F | 1F | A0 | 53 | 26 |
| Octal | 20 | 261 | 173 | 133 | 0 | 37 | 37 | 240 | 123 | 46 |
| Binary | 10000 | 10110001 | 1111011 | 1011011 | 0 | 11111 | 11111 | 10100000 | 1010011 | 100110 |
Color Harmonies of #10B17B
Complementary color
Monochromatic Colors of #10B17B
Black with #10B17B
Text Example
Text Example
White with #10B17B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10B17B; }
p { color: rgb(16,177,123); }
H1.HeaderClassName
{
color: #10B17B;
}
.AnyTagClassName
{
color: #10B17B;
}
</style>
background-color css
<style>
a { background-color: #10B17B; }
a { background-color: rgb(16,177,123); }
div.DivClassName
{
background-color: #10B17B;
}
.BgClassName
{
background-color: #10B17B;
}
</style>
border-color css
<style>
span { border-color: #10B17B; }
span { border-color: rgb(16,177,123); }
td.TdClassName
{
border-color: #10B17B;
}
.TagClassName
{
border-color: #10B17B;
}
</style>