Shades of Mountain Meadow #13C087
Tints of Mountain Meadow #13C087
RGB
CMYK
RGB Variations
Color information
#13C087 (or 0x13C087) is known color: Mountain Meadow. HEX triplet: 13, C0 and 87. RGB value is (19,192,135). Sum of RGB (Red+Green+Blue) = 19+192+135=346 (45% of max value = 765). Red value is 19 (7.81% from 255 or 5.49% from 346); Green value is 192 (75.39% from 255 or 55.49% from 346); Blue value is 135 (53.12% from 255 or 39.02% from 346); Max value from RGB is 192 - color contains mainly: green. Hex color #13C087 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #13C087 is #EC3F78. Grayscale: #858585. Windows color (decimal): -15482745 or 8896531. OLE color: 8896531.
HSL color Cylindrical-coordinate representation of color #13C087: hue angle of 160.23º degrees, saturation: 0.82, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #13C087 is Cyan = 0.90, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 19 | 192 | 135 | - |
| CMYK | 0.90 | 0 | 0.30 | 0.25 |
| HSL | 160.23º | 0.82% | 0.41% | - |
| HSV(B) | 160.23º | 0.9% | 0.75% | - |
| XYZ | 23.49 | 39.59 | 29.32 | - |
| YUV | 133.78 | 128.69 | 46.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 192 | 135 | 0.90 | 0 | 0.30 | 0.25 | 160.23 | 0.82 | 0.41 |
| Hex | 13 | C0 | 87 | 5A | 0 | 1E | 19 | A0 | 52 | 29 |
| Octal | 23 | 300 | 207 | 132 | 0 | 36 | 31 | 240 | 122 | 51 |
| Binary | 10011 | 11000000 | 10000111 | 1011010 | 0 | 11110 | 11001 | 10100000 | 1010010 | 101001 |
Color Harmonies of #13C087
Complementary color
Monochromatic Colors of #13C087
Black with #13C087
Text Example
Text Example
White with #13C087
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13C087; }
p { color: rgb(19,192,135); }
H1.HeaderClassName
{
color: #13C087;
}
.AnyTagClassName
{
color: #13C087;
}
</style>
background-color css
<style>
a { background-color: #13C087; }
a { background-color: rgb(19,192,135); }
div.DivClassName
{
background-color: #13C087;
}
.BgClassName
{
background-color: #13C087;
}
</style>
border-color css
<style>
span { border-color: #13C087; }
span { border-color: rgb(19,192,135); }
td.TdClassName
{
border-color: #13C087;
}
.TagClassName
{
border-color: #13C087;
}
</style>