Shades of Mountain Meadow #10B58B
Tints of Mountain Meadow #10B58B
RGB
CMYK
RGB Variations
Color information
#10B58B (or 0x10B58B) is known color: Mountain Meadow. HEX triplet: 10, B5 and 8B. RGB value is (16,181,139). Sum of RGB (Red+Green+Blue) = 16+181+139=336 (44% of max value = 765). Red value is 16 (6.64% from 255 or 4.76% from 336); Green value is 181 (71.09% from 255 or 53.87% from 336); Blue value is 139 (54.69% from 255 or 41.37% from 336); Max value from RGB is 181 - color contains mainly: green. Hex color #10B58B is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #10B58B is #EF4A74. Grayscale: #7E7E7E. Windows color (decimal): -15682165 or 9155856. OLE color: 9155856.
HSL color Cylindrical-coordinate representation of color #10B58B: hue angle of 164.73º 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 #10B58B is Cyan = 0.91, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 16 | 181 | 139 | - |
| CMYK | 0.91 | 0 | 0.23 | 0.29 |
| HSL | 164.73º | 0.84% | 0.39% | - |
| HSV(B) | 164.73º | 0.91% | 0.71% | - |
| XYZ | 21.4 | 35.02 | 30.06 | - |
| YUV | 126.88 | 134.84 | 48.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 181 | 139 | 0.91 | 0 | 0.23 | 0.29 | 164.73 | 0.84 | 0.39 |
| Hex | 10 | B5 | 8B | 5B | 0 | 17 | 1D | A5 | 54 | 27 |
| Octal | 20 | 265 | 213 | 133 | 0 | 27 | 35 | 245 | 124 | 47 |
| Binary | 10000 | 10110101 | 10001011 | 1011011 | 0 | 10111 | 11101 | 10100101 | 1010100 | 100111 |
Color Harmonies of #10B58B
Complementary color
Monochromatic Colors of #10B58B
Black with #10B58B
Text Example
Text Example
White with #10B58B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10B58B; }
p { color: rgb(16,181,139); }
H1.HeaderClassName
{
color: #10B58B;
}
.AnyTagClassName
{
color: #10B58B;
}
</style>
background-color css
<style>
a { background-color: #10B58B; }
a { background-color: rgb(16,181,139); }
div.DivClassName
{
background-color: #10B58B;
}
.BgClassName
{
background-color: #10B58B;
}
</style>
border-color css
<style>
span { border-color: #10B58B; }
span { border-color: rgb(16,181,139); }
td.TdClassName
{
border-color: #10B58B;
}
.TagClassName
{
border-color: #10B58B;
}
</style>