Shades of Mountain Meadow #10BC83
Tints of Mountain Meadow #10BC83
RGB
CMYK
RGB Variations
Color information
#10BC83 (or 0x10BC83) is known color: Mountain Meadow. HEX triplet: 10, BC and 83. RGB value is (16,188,131). Sum of RGB (Red+Green+Blue) = 16+188+131=335 (44% of max value = 765). Red value is 16 (6.64% from 255 or 4.78% from 335); Green value is 188 (73.83% from 255 or 56.12% from 335); Blue value is 131 (51.56% from 255 or 39.10% from 335); Max value from RGB is 188 - color contains mainly: green. Hex color #10BC83 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #10BC83 is #EF437C. Grayscale: #828282. Windows color (decimal): -15680381 or 8633360. OLE color: 8633360.
HSL color Cylindrical-coordinate representation of color #10BC83: hue angle of 160.12º degrees, saturation: 0.84, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #10BC83 is Cyan = 0.91, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 16 | 188 | 131 | - |
| CMYK | 0.91 | 0 | 0.30 | 0.26 |
| HSL | 160.12º | 0.84% | 0.4% | - |
| HSV(B) | 160.12º | 0.91% | 0.74% | - |
| XYZ | 22.29 | 37.72 | 27.58 | - |
| YUV | 130.07 | 128.52 | 46.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 188 | 131 | 0.91 | 0 | 0.30 | 0.26 | 160.12 | 0.84 | 0.4 |
| Hex | 10 | BC | 83 | 5B | 0 | 1E | 1A | A0 | 54 | 28 |
| Octal | 20 | 274 | 203 | 133 | 0 | 36 | 32 | 240 | 124 | 50 |
| Binary | 10000 | 10111100 | 10000011 | 1011011 | 0 | 11110 | 11010 | 10100000 | 1010100 | 101000 |
Color Harmonies of #10BC83
Complementary color
Monochromatic Colors of #10BC83
Black with #10BC83
Text Example
Text Example
White with #10BC83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10BC83; }
p { color: rgb(16,188,131); }
H1.HeaderClassName
{
color: #10BC83;
}
.AnyTagClassName
{
color: #10BC83;
}
</style>
background-color css
<style>
a { background-color: #10BC83; }
a { background-color: rgb(16,188,131); }
div.DivClassName
{
background-color: #10BC83;
}
.BgClassName
{
background-color: #10BC83;
}
</style>
border-color css
<style>
span { border-color: #10BC83; }
span { border-color: rgb(16,188,131); }
td.TdClassName
{
border-color: #10BC83;
}
.TagClassName
{
border-color: #10BC83;
}
</style>