Shades of Mountain Meadow #10B585
Tints of Mountain Meadow #10B585
RGB
CMYK
RGB Variations
Color information
#10B585 (or 0x10B585) is known color: Mountain Meadow. HEX triplet: 10, B5 and 85. RGB value is (16,181,133). Sum of RGB (Red+Green+Blue) = 16+181+133=330 (43% of max value = 765). Red value is 16 (6.64% from 255 or 4.85% from 330); Green value is 181 (71.09% from 255 or 54.85% from 330); Blue value is 133 (52.34% from 255 or 40.30% from 330); Max value from RGB is 181 - color contains mainly: green. Hex color #10B585 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #10B585 is #EF4A7A. Grayscale: #7E7E7E. Windows color (decimal): -15682171 or 8762640. OLE color: 8762640.
HSL color Cylindrical-coordinate representation of color #10B585: hue angle of 162.55º degrees, saturation: 0.84, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #10B585 is Cyan = 0.91, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 16 | 181 | 133 | - |
| CMYK | 0.91 | 0 | 0.27 | 0.29 |
| HSL | 162.55º | 0.84% | 0.39% | - |
| HSV(B) | 162.55º | 0.91% | 0.71% | - |
| XYZ | 20.97 | 34.85 | 27.81 | - |
| YUV | 126.19 | 131.84 | 49.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 181 | 133 | 0.91 | 0 | 0.27 | 0.29 | 162.55 | 0.84 | 0.39 |
| Hex | 10 | B5 | 85 | 5B | 0 | 1B | 1D | A3 | 54 | 27 |
| Octal | 20 | 265 | 205 | 133 | 0 | 33 | 35 | 243 | 124 | 47 |
| Binary | 10000 | 10110101 | 10000101 | 1011011 | 0 | 11011 | 11101 | 10100011 | 1010100 | 100111 |
Color Harmonies of #10B585
Complementary color
Monochromatic Colors of #10B585
Black with #10B585
Text Example
Text Example
White with #10B585
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10B585; }
p { color: rgb(16,181,133); }
H1.HeaderClassName
{
color: #10B585;
}
.AnyTagClassName
{
color: #10B585;
}
</style>
background-color css
<style>
a { background-color: #10B585; }
a { background-color: rgb(16,181,133); }
div.DivClassName
{
background-color: #10B585;
}
.BgClassName
{
background-color: #10B585;
}
</style>
border-color css
<style>
span { border-color: #10B585; }
span { border-color: rgb(16,181,133); }
td.TdClassName
{
border-color: #10B585;
}
.TagClassName
{
border-color: #10B585;
}
</style>