Shades of Mountain Meadow #10B78D
Tints of Mountain Meadow #10B78D
RGB
CMYK
RGB Variations
Color information
#10B78D (or 0x10B78D) is known color: Mountain Meadow. HEX triplet: 10, B7 and 8D. RGB value is (16,183,141). Sum of RGB (Red+Green+Blue) = 16+183+141=340 (45% of max value = 765). Red value is 16 (6.64% from 255 or 4.71% from 340); Green value is 183 (71.88% from 255 or 53.82% from 340); Blue value is 141 (55.47% from 255 or 41.47% from 340); Max value from RGB is 183 - color contains mainly: green. Hex color #10B78D is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #10B78D is #EF4872. Grayscale: #808080. Windows color (decimal): -15681651 or 9287440. OLE color: 9287440.
HSL color Cylindrical-coordinate representation of color #10B78D: hue angle of 164.91º degrees, saturation: 0.84, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #10B78D is Cyan = 0.91, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 16 | 183 | 141 | - |
| CMYK | 0.91 | 0 | 0.23 | 0.28 |
| HSL | 164.91º | 0.84% | 0.39% | - |
| HSV(B) | 164.91º | 0.91% | 0.72% | - |
| XYZ | 21.95 | 35.9 | 30.97 | - |
| YUV | 128.28 | 135.17 | 47.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 183 | 141 | 0.91 | 0 | 0.23 | 0.28 | 164.91 | 0.84 | 0.39 |
| Hex | 10 | B7 | 8D | 5B | 0 | 17 | 1C | A5 | 54 | 27 |
| Octal | 20 | 267 | 215 | 133 | 0 | 27 | 34 | 245 | 124 | 47 |
| Binary | 10000 | 10110111 | 10001101 | 1011011 | 0 | 10111 | 11100 | 10100101 | 1010100 | 100111 |
Color Harmonies of #10B78D
Complementary color
Monochromatic Colors of #10B78D
Black with #10B78D
Text Example
Text Example
White with #10B78D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10B78D; }
p { color: rgb(16,183,141); }
H1.HeaderClassName
{
color: #10B78D;
}
.AnyTagClassName
{
color: #10B78D;
}
</style>
background-color css
<style>
a { background-color: #10B78D; }
a { background-color: rgb(16,183,141); }
div.DivClassName
{
background-color: #10B78D;
}
.BgClassName
{
background-color: #10B78D;
}
</style>
border-color css
<style>
span { border-color: #10B78D; }
span { border-color: rgb(16,183,141); }
td.TdClassName
{
border-color: #10B78D;
}
.TagClassName
{
border-color: #10B78D;
}
</style>