Shades of Mountain Meadow #13BB87
Tints of Mountain Meadow #13BB87
RGB
CMYK
RGB Variations
Color information
#13BB87 (or 0x13BB87) is known color: Mountain Meadow. HEX triplet: 13, BB and 87. RGB value is (19,187,135). Sum of RGB (Red+Green+Blue) = 19+187+135=341 (45% of max value = 765). Red value is 19 (7.81% from 255 or 5.57% from 341); Green value is 187 (73.44% from 255 or 54.84% from 341); Blue value is 135 (53.12% from 255 or 39.59% from 341); Max value from RGB is 187 - color contains mainly: green. Hex color #13BB87 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #13BB87 is #EC4478. Grayscale: #828282. Windows color (decimal): -15484025 or 8895251. OLE color: 8895251.
HSL color Cylindrical-coordinate representation of color #13BB87: hue angle of 161.43º degrees, saturation: 0.82, 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 #13BB87 is Cyan = 0.90, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 19 | 187 | 135 | - |
| CMYK | 0.90 | 0 | 0.28 | 0.27 |
| HSL | 161.43º | 0.82% | 0.4% | - |
| HSV(B) | 161.43º | 0.9% | 0.73% | - |
| XYZ | 22.41 | 37.43 | 28.96 | - |
| YUV | 130.84 | 130.34 | 48.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 187 | 135 | 0.90 | 0 | 0.28 | 0.27 | 161.43 | 0.82 | 0.4 |
| Hex | 13 | BB | 87 | 5A | 0 | 1C | 1B | A1 | 52 | 28 |
| Octal | 23 | 273 | 207 | 132 | 0 | 34 | 33 | 241 | 122 | 50 |
| Binary | 10011 | 10111011 | 10000111 | 1011010 | 0 | 11100 | 11011 | 10100001 | 1010010 | 101000 |
Color Harmonies of #13BB87
Complementary color
Monochromatic Colors of #13BB87
Black with #13BB87
Text Example
Text Example
White with #13BB87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13BB87; }
p { color: rgb(19,187,135); }
H1.HeaderClassName
{
color: #13BB87;
}
.AnyTagClassName
{
color: #13BB87;
}
</style>
background-color css
<style>
a { background-color: #13BB87; }
a { background-color: rgb(19,187,135); }
div.DivClassName
{
background-color: #13BB87;
}
.BgClassName
{
background-color: #13BB87;
}
</style>
border-color css
<style>
span { border-color: #13BB87; }
span { border-color: rgb(19,187,135); }
td.TdClassName
{
border-color: #13BB87;
}
.TagClassName
{
border-color: #13BB87;
}
</style>