Shades of Mountain Meadow #10B78F
Tints of Mountain Meadow #10B78F
RGB
CMYK
RGB Variations
Color information
#10B78F (or 0x10B78F) is known color: Mountain Meadow. HEX triplet: 10, B7 and 8F. RGB value is (16,183,143). Sum of RGB (Red+Green+Blue) = 16+183+143=342 (45% of max value = 765). Red value is 16 (6.64% from 255 or 4.68% from 342); Green value is 183 (71.88% from 255 or 53.51% from 342); Blue value is 143 (56.25% from 255 or 41.81% from 342); Max value from RGB is 183 - color contains mainly: green. Hex color #10B78F is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #10B78F is #EF4870. Grayscale: #808080. Windows color (decimal): -15681649 or 9418512. OLE color: 9418512.
HSL color Cylindrical-coordinate representation of color #10B78F: hue angle of 165.63º 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 #10B78F is Cyan = 0.91, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 16 | 183 | 143 | - |
| CMYK | 0.91 | 0 | 0.22 | 0.28 |
| HSL | 165.63º | 0.84% | 0.39% | - |
| HSV(B) | 165.63º | 0.91% | 0.72% | - |
| XYZ | 22.11 | 35.96 | 31.76 | - |
| YUV | 128.51 | 136.17 | 47.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 183 | 143 | 0.91 | 0 | 0.22 | 0.28 | 165.63 | 0.84 | 0.39 |
| Hex | 10 | B7 | 8F | 5B | 0 | 16 | 1C | A6 | 54 | 27 |
| Octal | 20 | 267 | 217 | 133 | 0 | 26 | 34 | 246 | 124 | 47 |
| Binary | 10000 | 10110111 | 10001111 | 1011011 | 0 | 10110 | 11100 | 10100110 | 1010100 | 100111 |
Color Harmonies of #10B78F
Complementary color
Monochromatic Colors of #10B78F
Black with #10B78F
Text Example
Text Example
White with #10B78F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10B78F; }
p { color: rgb(16,183,143); }
H1.HeaderClassName
{
color: #10B78F;
}
.AnyTagClassName
{
color: #10B78F;
}
</style>
background-color css
<style>
a { background-color: #10B78F; }
a { background-color: rgb(16,183,143); }
div.DivClassName
{
background-color: #10B78F;
}
.BgClassName
{
background-color: #10B78F;
}
</style>
border-color css
<style>
span { border-color: #10B78F; }
span { border-color: rgb(16,183,143); }
td.TdClassName
{
border-color: #10B78F;
}
.TagClassName
{
border-color: #10B78F;
}
</style>