Shades of Mountain Meadow #19C08F
Tints of Mountain Meadow #19C08F
RGB
CMYK
RGB Variations
Color information
#19C08F (or 0x19C08F) is known color: Mountain Meadow. HEX triplet: 19, C0 and 8F. RGB value is (25,192,143). Sum of RGB (Red+Green+Blue) = 25+192+143=360 (47% of max value = 765). Red value is 25 (10.16% from 255 or 6.94% from 360); Green value is 192 (75.39% from 255 or 53.33% from 360); Blue value is 143 (56.25% from 255 or 39.72% from 360); Max value from RGB is 192 - color contains mainly: green. Hex color #19C08F is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #19C08F is #E63F70. Grayscale: #888888. Windows color (decimal): -15089521 or 9420825. OLE color: 9420825.
HSL color Cylindrical-coordinate representation of color #19C08F: hue angle of 162.4º degrees, saturation: 0.77, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #19C08F is Cyan = 0.87, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 25 | 192 | 143 | - |
| CMYK | 0.87 | 0 | 0.26 | 0.25 |
| HSL | 162.4º | 0.77% | 0.43% | - |
| HSV(B) | 162.4º | 0.87% | 0.75% | - |
| XYZ | 24.21 | 39.89 | 32.41 | - |
| YUV | 136.48 | 131.67 | 48.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 192 | 143 | 0.87 | 0 | 0.26 | 0.25 | 162.4 | 0.77 | 0.43 |
| Hex | 19 | C0 | 8F | 57 | 0 | 1A | 19 | A2 | 4D | 2B |
| Octal | 31 | 300 | 217 | 127 | 0 | 32 | 31 | 242 | 115 | 53 |
| Binary | 11001 | 11000000 | 10001111 | 1010111 | 0 | 11010 | 11001 | 10100010 | 1001101 | 101011 |
Color Harmonies of #19C08F
Complementary color
Monochromatic Colors of #19C08F
Black with #19C08F
Text Example
Text Example
White with #19C08F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19C08F; }
p { color: rgb(25,192,143); }
H1.HeaderClassName
{
color: #19C08F;
}
.AnyTagClassName
{
color: #19C08F;
}
</style>
background-color css
<style>
a { background-color: #19C08F; }
a { background-color: rgb(25,192,143); }
div.DivClassName
{
background-color: #19C08F;
}
.BgClassName
{
background-color: #19C08F;
}
</style>
border-color css
<style>
span { border-color: #19C08F; }
span { border-color: rgb(25,192,143); }
td.TdClassName
{
border-color: #19C08F;
}
.TagClassName
{
border-color: #19C08F;
}
</style>