Shades of Mountain Meadow #19C993
Tints of Mountain Meadow #19C993
RGB
CMYK
RGB Variations
Color information
#19C993 (or 0x19C993) is known color: Mountain Meadow. HEX triplet: 19, C9 and 93. RGB value is (25,201,147). Sum of RGB (Red+Green+Blue) = 25+201+147=373 (49% of max value = 765). Red value is 25 (10.16% from 255 or 6.70% from 373); Green value is 201 (78.91% from 255 or 53.89% from 373); Blue value is 147 (57.81% from 255 or 39.41% from 373); Max value from RGB is 201 - color contains mainly: green. Hex color #19C993 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #19C993 is #E6366C. Grayscale: #8E8E8E. Windows color (decimal): -15087213 or 9685273. OLE color: 9685273.
HSL color Cylindrical-coordinate representation of color #19C993: hue angle of 161.59º degrees, saturation: 0.78, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #19C993 is Cyan = 0.88, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 25 | 201 | 147 | - |
| CMYK | 0.88 | 0 | 0.27 | 0.21 |
| HSL | 161.59º | 0.78% | 0.44% | - |
| HSV(B) | 161.59º | 0.88% | 0.79% | - |
| XYZ | 26.55 | 44.09 | 34.71 | - |
| YUV | 142.22 | 130.69 | 44.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 201 | 147 | 0.88 | 0 | 0.27 | 0.21 | 161.59 | 0.78 | 0.44 |
| Hex | 19 | C9 | 93 | 58 | 0 | 1B | 15 | A2 | 4E | 2C |
| Octal | 31 | 311 | 223 | 130 | 0 | 33 | 25 | 242 | 116 | 54 |
| Binary | 11001 | 11001001 | 10010011 | 1011000 | 0 | 11011 | 10101 | 10100010 | 1001110 | 101100 |
Color Harmonies of #19C993
Complementary color
Monochromatic Colors of #19C993
Black with #19C993
Text Example
Text Example
White with #19C993
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19C993; }
p { color: rgb(25,201,147); }
H1.HeaderClassName
{
color: #19C993;
}
.AnyTagClassName
{
color: #19C993;
}
</style>
background-color css
<style>
a { background-color: #19C993; }
a { background-color: rgb(25,201,147); }
div.DivClassName
{
background-color: #19C993;
}
.BgClassName
{
background-color: #19C993;
}
</style>
border-color css
<style>
span { border-color: #19C993; }
span { border-color: rgb(25,201,147); }
td.TdClassName
{
border-color: #19C993;
}
.TagClassName
{
border-color: #19C993;
}
</style>