Shades of Mountain Meadow #13B997
Tints of Mountain Meadow #13B997
RGB
CMYK
RGB Variations
Color information
#13B997 (or 0x13B997) is known color: Mountain Meadow. HEX triplet: 13, B9 and 97. RGB value is (19,185,151). Sum of RGB (Red+Green+Blue) = 19+185+151=355 (47% of max value = 765). Red value is 19 (7.81% from 255 or 5.35% from 355); Green value is 185 (72.66% from 255 or 52.11% from 355); Blue value is 151 (59.38% from 255 or 42.54% from 355); Max value from RGB is 185 - color contains mainly: green. Hex color #13B997 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #13B997 is #EC4668. Grayscale: #838383. Windows color (decimal): -15484521 or 9943315. OLE color: 9943315.
HSL color Cylindrical-coordinate representation of color #13B997: hue angle of 167.71º 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 #13B997 is Cyan = 0.90, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 19 | 185 | 151 | - |
| CMYK | 0.90 | 0 | 0.18 | 0.27 |
| HSL | 167.71º | 0.81% | 0.4% | - |
| HSV(B) | 167.71º | 0.9% | 0.73% | - |
| XYZ | 23.2 | 37.07 | 35.21 | - |
| YUV | 131.49 | 139 | 47.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 185 | 151 | 0.90 | 0 | 0.18 | 0.27 | 167.71 | 0.81 | 0.4 |
| Hex | 13 | B9 | 97 | 5A | 0 | 12 | 1B | A8 | 51 | 28 |
| Octal | 23 | 271 | 227 | 132 | 0 | 22 | 33 | 250 | 121 | 50 |
| Binary | 10011 | 10111001 | 10010111 | 1011010 | 0 | 10010 | 11011 | 10101000 | 1010001 | 101000 |
Color Harmonies of #13B997
Complementary color
Monochromatic Colors of #13B997
Black with #13B997
Text Example
Text Example
White with #13B997
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13B997; }
p { color: rgb(19,185,151); }
H1.HeaderClassName
{
color: #13B997;
}
.AnyTagClassName
{
color: #13B997;
}
</style>
background-color css
<style>
a { background-color: #13B997; }
a { background-color: rgb(19,185,151); }
div.DivClassName
{
background-color: #13B997;
}
.BgClassName
{
background-color: #13B997;
}
</style>
border-color css
<style>
span { border-color: #13B997; }
span { border-color: rgb(19,185,151); }
td.TdClassName
{
border-color: #13B997;
}
.TagClassName
{
border-color: #13B997;
}
</style>