Shades of Mountain Meadow #13B07A
Tints of Mountain Meadow #13B07A
RGB
CMYK
RGB Variations
Color information
#13B07A (or 0x13B07A) is known color: Mountain Meadow. HEX triplet: 13, B0 and 7A. RGB value is (19,176,122). Sum of RGB (Red+Green+Blue) = 19+176+122=317 (41% of max value = 765). Red value is 19 (7.81% from 255 or 5.99% from 317); Green value is 176 (69.14% from 255 or 55.52% from 317); Blue value is 122 (48.05% from 255 or 38.49% from 317); Max value from RGB is 176 - color contains mainly: green. Hex color #13B07A is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #13B07A is #EC4F85. Grayscale: #7A7A7A. Windows color (decimal): -15486854 or 8040467. OLE color: 8040467.
HSL color Cylindrical-coordinate representation of color #13B07A: hue angle of 159.36º degrees, saturation: 0.81, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #13B07A is Cyan = 0.89, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 19 | 176 | 122 | - |
| CMYK | 0.89 | 0 | 0.31 | 0.31 |
| HSL | 159.36º | 0.81% | 0.38% | - |
| HSV(B) | 159.36º | 0.89% | 0.69% | - |
| XYZ | 19.31 | 32.59 | 23.69 | - |
| YUV | 122.9 | 127.49 | 53.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 176 | 122 | 0.89 | 0 | 0.31 | 0.31 | 159.36 | 0.81 | 0.38 |
| Hex | 13 | B0 | 7A | 59 | 0 | 1F | 1F | 9F | 51 | 26 |
| Octal | 23 | 260 | 172 | 131 | 0 | 37 | 37 | 237 | 121 | 46 |
| Binary | 10011 | 10110000 | 1111010 | 1011001 | 0 | 11111 | 11111 | 10011111 | 1010001 | 100110 |
Color Harmonies of #13B07A
Complementary color
Monochromatic Colors of #13B07A
Black with #13B07A
Text Example
Text Example
White with #13B07A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13B07A; }
p { color: rgb(19,176,122); }
H1.HeaderClassName
{
color: #13B07A;
}
.AnyTagClassName
{
color: #13B07A;
}
</style>
background-color css
<style>
a { background-color: #13B07A; }
a { background-color: rgb(19,176,122); }
div.DivClassName
{
background-color: #13B07A;
}
.BgClassName
{
background-color: #13B07A;
}
</style>
border-color css
<style>
span { border-color: #13B07A; }
span { border-color: rgb(19,176,122); }
td.TdClassName
{
border-color: #13B07A;
}
.TagClassName
{
border-color: #13B07A;
}
</style>