Shades of Mountain Meadow #13B07F
Tints of Mountain Meadow #13B07F
RGB
CMYK
RGB Variations
Color information
#13B07F (or 0x13B07F) is known color: Mountain Meadow. HEX triplet: 13, B0 and 7F. RGB value is (19,176,127). Sum of RGB (Red+Green+Blue) = 19+176+127=322 (42% of max value = 765). Red value is 19 (7.81% from 255 or 5.90% from 322); Green value is 176 (69.14% from 255 or 54.66% from 322); Blue value is 127 (50% from 255 or 39.44% from 322); Max value from RGB is 176 - color contains mainly: green. Hex color #13B07F is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #13B07F is #EC4F80. Grayscale: #7B7B7B. Windows color (decimal): -15486849 or 8368147. OLE color: 8368147.
HSL color Cylindrical-coordinate representation of color #13B07F: hue angle of 161.27º 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 #13B07F is Cyan = 0.89, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 19 | 176 | 127 | - |
| CMYK | 0.89 | 0 | 0.28 | 0.31 |
| HSL | 161.27º | 0.81% | 0.38% | - |
| HSV(B) | 161.27º | 0.89% | 0.69% | - |
| XYZ | 19.62 | 32.72 | 25.36 | - |
| YUV | 123.47 | 129.99 | 53.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 176 | 127 | 0.89 | 0 | 0.28 | 0.31 | 161.27 | 0.81 | 0.38 |
| Hex | 13 | B0 | 7F | 59 | 0 | 1C | 1F | A1 | 51 | 26 |
| Octal | 23 | 260 | 177 | 131 | 0 | 34 | 37 | 241 | 121 | 46 |
| Binary | 10011 | 10110000 | 1111111 | 1011001 | 0 | 11100 | 11111 | 10100001 | 1010001 | 100110 |
Color Harmonies of #13B07F
Complementary color
Monochromatic Colors of #13B07F
Black with #13B07F
Text Example
Text Example
White with #13B07F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13B07F; }
p { color: rgb(19,176,127); }
H1.HeaderClassName
{
color: #13B07F;
}
.AnyTagClassName
{
color: #13B07F;
}
</style>
background-color css
<style>
a { background-color: #13B07F; }
a { background-color: rgb(19,176,127); }
div.DivClassName
{
background-color: #13B07F;
}
.BgClassName
{
background-color: #13B07F;
}
</style>
border-color css
<style>
span { border-color: #13B07F; }
span { border-color: rgb(19,176,127); }
td.TdClassName
{
border-color: #13B07F;
}
.TagClassName
{
border-color: #13B07F;
}
</style>