Shades of Mountain Meadow #10C588
Tints of Mountain Meadow #10C588
RGB
CMYK
RGB Variations
Color information
#10C588 (or 0x10C588) is known color: Mountain Meadow. HEX triplet: 10, C5 and 88. RGB value is (16,197,136). Sum of RGB (Red+Green+Blue) = 16+197+136=349 (46% of max value = 765). Red value is 16 (6.64% from 255 or 4.58% from 349); Green value is 197 (77.34% from 255 or 56.45% from 349); Blue value is 136 (53.52% from 255 or 38.97% from 349); Max value from RGB is 197 - color contains mainly: green. Hex color #10C588 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #10C588 is #EF3A77. Grayscale: #878787. Windows color (decimal): -15678072 or 8963344. OLE color: 8963344.
HSL color Cylindrical-coordinate representation of color #10C588: hue angle of 159.78º degrees, saturation: 0.85, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #10C588 is Cyan = 0.92, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 16 | 197 | 136 | - |
| CMYK | 0.92 | 0 | 0.31 | 0.23 |
| HSL | 159.78º | 0.85% | 0.42% | - |
| HSV(B) | 159.78º | 0.92% | 0.77% | - |
| XYZ | 24.62 | 41.82 | 30.07 | - |
| YUV | 135.93 | 128.03 | 42.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 197 | 136 | 0.92 | 0 | 0.31 | 0.23 | 159.78 | 0.85 | 0.42 |
| Hex | 10 | C5 | 88 | 5C | 0 | 1F | 17 | A0 | 55 | 2A |
| Octal | 20 | 305 | 210 | 134 | 0 | 37 | 27 | 240 | 125 | 52 |
| Binary | 10000 | 11000101 | 10001000 | 1011100 | 0 | 11111 | 10111 | 10100000 | 1010101 | 101010 |
Color Harmonies of #10C588
Complementary color
Monochromatic Colors of #10C588
Black with #10C588
Text Example
Text Example
White with #10C588
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10C588; }
p { color: rgb(16,197,136); }
H1.HeaderClassName
{
color: #10C588;
}
.AnyTagClassName
{
color: #10C588;
}
</style>
background-color css
<style>
a { background-color: #10C588; }
a { background-color: rgb(16,197,136); }
div.DivClassName
{
background-color: #10C588;
}
.BgClassName
{
background-color: #10C588;
}
</style>
border-color css
<style>
span { border-color: #10C588; }
span { border-color: rgb(16,197,136); }
td.TdClassName
{
border-color: #10C588;
}
.TagClassName
{
border-color: #10C588;
}
</style>