Shades of Mountain Meadow #10C188
Tints of Mountain Meadow #10C188
RGB
CMYK
RGB Variations
Color information
#10C188 (or 0x10C188) is known color: Mountain Meadow. HEX triplet: 10, C1 and 88. RGB value is (16,193,136). Sum of RGB (Red+Green+Blue) = 16+193+136=345 (45% of max value = 765). Red value is 16 (6.64% from 255 or 4.64% from 345); Green value is 193 (75.78% from 255 or 55.94% from 345); Blue value is 136 (53.52% from 255 or 39.42% from 345); Max value from RGB is 193 - color contains mainly: green. Hex color #10C188 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #10C188 is #EF3E77. Grayscale: #858585. Windows color (decimal): -15679096 or 8962320. OLE color: 8962320.
HSL color Cylindrical-coordinate representation of color #10C188: hue angle of 160.68º degrees, saturation: 0.85, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #10C188 is Cyan = 0.92, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 16 | 193 | 136 | - |
| CMYK | 0.92 | 0 | 0.30 | 0.24 |
| HSL | 160.68º | 0.85% | 0.41% | - |
| HSV(B) | 160.68º | 0.92% | 0.76% | - |
| XYZ | 23.73 | 40.03 | 29.77 | - |
| YUV | 133.58 | 129.36 | 44.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 193 | 136 | 0.92 | 0 | 0.30 | 0.24 | 160.68 | 0.85 | 0.41 |
| Hex | 10 | C1 | 88 | 5C | 0 | 1E | 18 | A1 | 55 | 29 |
| Octal | 20 | 301 | 210 | 134 | 0 | 36 | 30 | 241 | 125 | 51 |
| Binary | 10000 | 11000001 | 10001000 | 1011100 | 0 | 11110 | 11000 | 10100001 | 1010101 | 101001 |
Color Harmonies of #10C188
Complementary color
Monochromatic Colors of #10C188
Black with #10C188
Text Example
Text Example
White with #10C188
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10C188; }
p { color: rgb(16,193,136); }
H1.HeaderClassName
{
color: #10C188;
}
.AnyTagClassName
{
color: #10C188;
}
</style>
background-color css
<style>
a { background-color: #10C188; }
a { background-color: rgb(16,193,136); }
div.DivClassName
{
background-color: #10C188;
}
.BgClassName
{
background-color: #10C188;
}
</style>
border-color css
<style>
span { border-color: #10C188; }
span { border-color: rgb(16,193,136); }
td.TdClassName
{
border-color: #10C188;
}
.TagClassName
{
border-color: #10C188;
}
</style>