Shades of Mountain Meadow #13BA8A
Tints of Mountain Meadow #13BA8A
RGB
CMYK
RGB Variations
Color information
#13BA8A (or 0x13BA8A) is known color: Mountain Meadow. HEX triplet: 13, BA and 8A. RGB value is (19,186,138). Sum of RGB (Red+Green+Blue) = 19+186+138=343 (45% of max value = 765). Red value is 19 (7.81% from 255 or 5.54% from 343); Green value is 186 (73.05% from 255 or 54.23% from 343); Blue value is 138 (54.30% from 255 or 40.23% from 343); Max value from RGB is 186 - color contains mainly: green. Hex color #13BA8A is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #13BA8A is #EC4575. Grayscale: #828282. Windows color (decimal): -15484278 or 9091603. OLE color: 9091603.
HSL color Cylindrical-coordinate representation of color #13BA8A: hue angle of 162.75º 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 #13BA8A is Cyan = 0.90, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 19 | 186 | 138 | - |
| CMYK | 0.90 | 0 | 0.26 | 0.27 |
| HSL | 162.75º | 0.81% | 0.4% | - |
| HSV(B) | 162.75º | 0.9% | 0.73% | - |
| XYZ | 22.41 | 37.09 | 30.02 | - |
| YUV | 130.6 | 132.17 | 48.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 186 | 138 | 0.90 | 0 | 0.26 | 0.27 | 162.75 | 0.81 | 0.4 |
| Hex | 13 | BA | 8A | 5A | 0 | 1A | 1B | A3 | 51 | 28 |
| Octal | 23 | 272 | 212 | 132 | 0 | 32 | 33 | 243 | 121 | 50 |
| Binary | 10011 | 10111010 | 10001010 | 1011010 | 0 | 11010 | 11011 | 10100011 | 1010001 | 101000 |
Color Harmonies of #13BA8A
Complementary color
Monochromatic Colors of #13BA8A
Black with #13BA8A
Text Example
Text Example
White with #13BA8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13BA8A; }
p { color: rgb(19,186,138); }
H1.HeaderClassName
{
color: #13BA8A;
}
.AnyTagClassName
{
color: #13BA8A;
}
</style>
background-color css
<style>
a { background-color: #13BA8A; }
a { background-color: rgb(19,186,138); }
div.DivClassName
{
background-color: #13BA8A;
}
.BgClassName
{
background-color: #13BA8A;
}
</style>
border-color css
<style>
span { border-color: #13BA8A; }
span { border-color: rgb(19,186,138); }
td.TdClassName
{
border-color: #13BA8A;
}
.TagClassName
{
border-color: #13BA8A;
}
</style>