Shades of Mountain Meadow #10BB83
Tints of Mountain Meadow #10BB83
RGB
CMYK
RGB Variations
Color information
#10BB83 (or 0x10BB83) is known color: Mountain Meadow. HEX triplet: 10, BB and 83. RGB value is (16,187,131). Sum of RGB (Red+Green+Blue) = 16+187+131=334 (44% of max value = 765). Red value is 16 (6.64% from 255 or 4.79% from 334); Green value is 187 (73.44% from 255 or 55.99% from 334); Blue value is 131 (51.56% from 255 or 39.22% from 334); Max value from RGB is 187 - color contains mainly: green. Hex color #10BB83 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #10BB83 is #EF447C. Grayscale: #818181. Windows color (decimal): -15680637 or 8633104. OLE color: 8633104.
HSL color Cylindrical-coordinate representation of color #10BB83: hue angle of 160.35º degrees, saturation: 0.84, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #10BB83 is Cyan = 0.91, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 16 | 187 | 131 | - |
| CMYK | 0.91 | 0 | 0.30 | 0.27 |
| HSL | 160.35º | 0.84% | 0.4% | - |
| HSV(B) | 160.35º | 0.91% | 0.73% | - |
| XYZ | 22.08 | 37.29 | 27.51 | - |
| YUV | 129.49 | 128.85 | 47.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 187 | 131 | 0.91 | 0 | 0.30 | 0.27 | 160.35 | 0.84 | 0.4 |
| Hex | 10 | BB | 83 | 5B | 0 | 1E | 1B | A0 | 54 | 28 |
| Octal | 20 | 273 | 203 | 133 | 0 | 36 | 33 | 240 | 124 | 50 |
| Binary | 10000 | 10111011 | 10000011 | 1011011 | 0 | 11110 | 11011 | 10100000 | 1010100 | 101000 |
Color Harmonies of #10BB83
Complementary color
Monochromatic Colors of #10BB83
Black with #10BB83
Text Example
Text Example
White with #10BB83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10BB83; }
p { color: rgb(16,187,131); }
H1.HeaderClassName
{
color: #10BB83;
}
.AnyTagClassName
{
color: #10BB83;
}
</style>
background-color css
<style>
a { background-color: #10BB83; }
a { background-color: rgb(16,187,131); }
div.DivClassName
{
background-color: #10BB83;
}
.BgClassName
{
background-color: #10BB83;
}
</style>
border-color css
<style>
span { border-color: #10BB83; }
span { border-color: rgb(16,187,131); }
td.TdClassName
{
border-color: #10BB83;
}
.TagClassName
{
border-color: #10BB83;
}
</style>