Shades of Mountain Meadow #10C97B
Tints of Mountain Meadow #10C97B
RGB
CMYK
RGB Variations
Color information
#10C97B (or 0x10C97B) is known color: Mountain Meadow. HEX triplet: 10, C9 and 7B. RGB value is (16,201,123). Sum of RGB (Red+Green+Blue) = 16+201+123=340 (45% of max value = 765). Red value is 16 (6.64% from 255 or 4.71% from 340); Green value is 201 (78.91% from 255 or 59.12% from 340); Blue value is 123 (48.44% from 255 or 36.18% from 340); Max value from RGB is 201 - color contains mainly: green. Hex color #10C97B is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #10C97B is #EF3684. Grayscale: #888888. Windows color (decimal): -15677061 or 8112400. OLE color: 8112400.
HSL color Cylindrical-coordinate representation of color #10C97B: hue angle of 154.7º degrees, saturation: 0.85, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #10C97B is Cyan = 0.92, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 16 | 201 | 123 | - |
| CMYK | 0.92 | 0 | 0.39 | 0.21 |
| HSL | 154.7º | 0.85% | 0.43% | - |
| HSV(B) | 154.7º | 0.92% | 0.79% | - |
| XYZ | 24.68 | 43.31 | 25.8 | - |
| YUV | 136.79 | 120.21 | 41.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 201 | 123 | 0.92 | 0 | 0.39 | 0.21 | 154.7 | 0.85 | 0.43 |
| Hex | 10 | C9 | 7B | 5C | 0 | 27 | 15 | 9B | 55 | 2B |
| Octal | 20 | 311 | 173 | 134 | 0 | 47 | 25 | 233 | 125 | 53 |
| Binary | 10000 | 11001001 | 1111011 | 1011100 | 0 | 100111 | 10101 | 10011011 | 1010101 | 101011 |
Color Harmonies of #10C97B
Complementary color
Monochromatic Colors of #10C97B
Black with #10C97B
Text Example
Text Example
White with #10C97B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10C97B; }
p { color: rgb(16,201,123); }
H1.HeaderClassName
{
color: #10C97B;
}
.AnyTagClassName
{
color: #10C97B;
}
</style>
background-color css
<style>
a { background-color: #10C97B; }
a { background-color: rgb(16,201,123); }
div.DivClassName
{
background-color: #10C97B;
}
.BgClassName
{
background-color: #10C97B;
}
</style>
border-color css
<style>
span { border-color: #10C97B; }
span { border-color: rgb(16,201,123); }
td.TdClassName
{
border-color: #10C97B;
}
.TagClassName
{
border-color: #10C97B;
}
</style>