Shades of Mountain Meadow #13BB89
Tints of Mountain Meadow #13BB89
RGB
CMYK
RGB Variations
Color information
#13BB89 (or 0x13BB89) is known color: Mountain Meadow. HEX triplet: 13, BB and 89. RGB value is (19,187,137). Sum of RGB (Red+Green+Blue) = 19+187+137=343 (45% of max value = 765). Red value is 19 (7.81% from 255 or 5.54% from 343); Green value is 187 (73.44% from 255 or 54.52% from 343); Blue value is 137 (53.91% from 255 or 39.94% from 343); Max value from RGB is 187 - color contains mainly: green. Hex color #13BB89 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #13BB89 is #EC4476. Grayscale: #838383. Windows color (decimal): -15484023 or 9026323. OLE color: 9026323.
HSL color Cylindrical-coordinate representation of color #13BB89: hue angle of 162.14º 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 #13BB89 is Cyan = 0.90, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 19 | 187 | 137 | - |
| CMYK | 0.90 | 0 | 0.27 | 0.27 |
| HSL | 162.14º | 0.82% | 0.4% | - |
| HSV(B) | 162.14º | 0.9% | 0.73% | - |
| XYZ | 22.55 | 37.49 | 29.71 | - |
| YUV | 131.07 | 131.34 | 48.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 187 | 137 | 0.90 | 0 | 0.27 | 0.27 | 162.14 | 0.82 | 0.4 |
| Hex | 13 | BB | 89 | 5A | 0 | 1B | 1B | A2 | 52 | 28 |
| Octal | 23 | 273 | 211 | 132 | 0 | 33 | 33 | 242 | 122 | 50 |
| Binary | 10011 | 10111011 | 10001001 | 1011010 | 0 | 11011 | 11011 | 10100010 | 1010010 | 101000 |
Color Harmonies of #13BB89
Complementary color
Monochromatic Colors of #13BB89
Black with #13BB89
Text Example
Text Example
White with #13BB89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13BB89; }
p { color: rgb(19,187,137); }
H1.HeaderClassName
{
color: #13BB89;
}
.AnyTagClassName
{
color: #13BB89;
}
</style>
background-color css
<style>
a { background-color: #13BB89; }
a { background-color: rgb(19,187,137); }
div.DivClassName
{
background-color: #13BB89;
}
.BgClassName
{
background-color: #13BB89;
}
</style>
border-color css
<style>
span { border-color: #13BB89; }
span { border-color: rgb(19,187,137); }
td.TdClassName
{
border-color: #13BB89;
}
.TagClassName
{
border-color: #13BB89;
}
</style>