Shades of Mountain Meadow #10B180
Tints of Mountain Meadow #10B180
RGB
CMYK
RGB Variations
Color information
#10B180 (or 0x10B180) is known color: Mountain Meadow. HEX triplet: 10, B1 and 80. RGB value is (16,177,128). Sum of RGB (Red+Green+Blue) = 16+177+128=321 (42% of max value = 765). Red value is 16 (6.64% from 255 or 4.98% from 321); Green value is 177 (69.53% from 255 or 55.14% from 321); Blue value is 128 (50.39% from 255 or 39.88% from 321); Max value from RGB is 177 - color contains mainly: green. Hex color #10B180 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #10B180 is #EF4E7F. Grayscale: #7B7B7B. Windows color (decimal): -15683200 or 8433936. OLE color: 8433936.
HSL color Cylindrical-coordinate representation of color #10B180: hue angle of 161.74º 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 #10B180 is Cyan = 0.91, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 16 | 177 | 128 | - |
| CMYK | 0.91 | 0 | 0.28 | 0.31 |
| HSL | 161.74º | 0.83% | 0.38% | - |
| HSV(B) | 161.74º | 0.91% | 0.69% | - |
| XYZ | 19.83 | 33.11 | 25.77 | - |
| YUV | 123.28 | 130.66 | 51.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 177 | 128 | 0.91 | 0 | 0.28 | 0.31 | 161.74 | 0.83 | 0.38 |
| Hex | 10 | B1 | 80 | 5B | 0 | 1C | 1F | A2 | 53 | 26 |
| Octal | 20 | 261 | 200 | 133 | 0 | 34 | 37 | 242 | 123 | 46 |
| Binary | 10000 | 10110001 | 10000000 | 1011011 | 0 | 11100 | 11111 | 10100010 | 1010011 | 100110 |
Color Harmonies of #10B180
Complementary color
Monochromatic Colors of #10B180
Black with #10B180
Text Example
Text Example
White with #10B180
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10B180; }
p { color: rgb(16,177,128); }
H1.HeaderClassName
{
color: #10B180;
}
.AnyTagClassName
{
color: #10B180;
}
</style>
background-color css
<style>
a { background-color: #10B180; }
a { background-color: rgb(16,177,128); }
div.DivClassName
{
background-color: #10B180;
}
.BgClassName
{
background-color: #10B180;
}
</style>
border-color css
<style>
span { border-color: #10B180; }
span { border-color: rgb(16,177,128); }
td.TdClassName
{
border-color: #10B180;
}
.TagClassName
{
border-color: #10B180;
}
</style>