Shades of Mountain Meadow #13BA8C
Tints of Mountain Meadow #13BA8C
RGB
CMYK
RGB Variations
Color information
#13BA8C (or 0x13BA8C) is known color: Mountain Meadow. HEX triplet: 13, BA and 8C. RGB value is (19,186,140). Sum of RGB (Red+Green+Blue) = 19+186+140=345 (45% of max value = 765). Red value is 19 (7.81% from 255 or 5.51% from 345); Green value is 186 (73.05% from 255 or 53.91% from 345); Blue value is 140 (55.08% from 255 or 40.58% from 345); Max value from RGB is 186 - color contains mainly: green. Hex color #13BA8C is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #13BA8C is #EC4573. Grayscale: #828282. Windows color (decimal): -15484276 or 9222675. OLE color: 9222675.
HSL color Cylindrical-coordinate representation of color #13BA8C: hue angle of 163.47º degrees, saturation: 0.81, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #13BA8C is Cyan = 0.90, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 19 | 186 | 140 | - |
| CMYK | 0.90 | 0 | 0.25 | 0.27 |
| HSL | 163.47º | 0.81% | 0.4% | - |
| HSV(B) | 163.47º | 0.9% | 0.73% | - |
| XYZ | 22.56 | 37.15 | 30.79 | - |
| YUV | 130.82 | 133.17 | 48.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 186 | 140 | 0.90 | 0 | 0.25 | 0.27 | 163.47 | 0.81 | 0.4 |
| Hex | 13 | BA | 8C | 5A | 0 | 19 | 1B | A3 | 51 | 28 |
| Octal | 23 | 272 | 214 | 132 | 0 | 31 | 33 | 243 | 121 | 50 |
| Binary | 10011 | 10111010 | 10001100 | 1011010 | 0 | 11001 | 11011 | 10100011 | 1010001 | 101000 |
Color Harmonies of #13BA8C
Complementary color
Monochromatic Colors of #13BA8C
Black with #13BA8C
Text Example
Text Example
White with #13BA8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13BA8C; }
p { color: rgb(19,186,140); }
H1.HeaderClassName
{
color: #13BA8C;
}
.AnyTagClassName
{
color: #13BA8C;
}
</style>
background-color css
<style>
a { background-color: #13BA8C; }
a { background-color: rgb(19,186,140); }
div.DivClassName
{
background-color: #13BA8C;
}
.BgClassName
{
background-color: #13BA8C;
}
</style>
border-color css
<style>
span { border-color: #13BA8C; }
span { border-color: rgb(19,186,140); }
td.TdClassName
{
border-color: #13BA8C;
}
.TagClassName
{
border-color: #13BA8C;
}
</style>