Shades of Mountain Meadow #13B18A
Tints of Mountain Meadow #13B18A
RGB
CMYK
RGB Variations
Color information
#13B18A (or 0x13B18A) is known color: Mountain Meadow. HEX triplet: 13, B1 and 8A. RGB value is (19,177,138). Sum of RGB (Red+Green+Blue) = 19+177+138=334 (44% of max value = 765). Red value is 19 (7.81% from 255 or 5.69% from 334); Green value is 177 (69.53% from 255 or 52.99% from 334); Blue value is 138 (54.30% from 255 or 41.32% from 334); Max value from RGB is 177 - color contains mainly: green. Hex color #13B18A is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #13B18A is #EC4E75. Grayscale: #7D7D7D. Windows color (decimal): -15486582 or 9089299. OLE color: 9089299.
HSL color Cylindrical-coordinate representation of color #13B18A: hue angle of 165.19º 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 #13B18A is Cyan = 0.89, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 19 | 177 | 138 | - |
| CMYK | 0.89 | 0 | 0.22 | 0.31 |
| HSL | 165.19º | 0.81% | 0.38% | - |
| HSV(B) | 165.19º | 0.89% | 0.69% | - |
| XYZ | 20.58 | 33.42 | 29.41 | - |
| YUV | 125.31 | 135.15 | 52.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 177 | 138 | 0.89 | 0 | 0.22 | 0.31 | 165.19 | 0.81 | 0.38 |
| Hex | 13 | B1 | 8A | 59 | 0 | 16 | 1F | A5 | 51 | 26 |
| Octal | 23 | 261 | 212 | 131 | 0 | 26 | 37 | 245 | 121 | 46 |
| Binary | 10011 | 10110001 | 10001010 | 1011001 | 0 | 10110 | 11111 | 10100101 | 1010001 | 100110 |
Color Harmonies of #13B18A
Complementary color
Monochromatic Colors of #13B18A
Black with #13B18A
Text Example
Text Example
White with #13B18A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13B18A; }
p { color: rgb(19,177,138); }
H1.HeaderClassName
{
color: #13B18A;
}
.AnyTagClassName
{
color: #13B18A;
}
</style>
background-color css
<style>
a { background-color: #13B18A; }
a { background-color: rgb(19,177,138); }
div.DivClassName
{
background-color: #13B18A;
}
.BgClassName
{
background-color: #13B18A;
}
</style>
border-color css
<style>
span { border-color: #13B18A; }
span { border-color: rgb(19,177,138); }
td.TdClassName
{
border-color: #13B18A;
}
.TagClassName
{
border-color: #13B18A;
}
</style>