Shades of Mountain Meadow #13BB96
Tints of Mountain Meadow #13BB96
RGB
CMYK
RGB Variations
Color information
#13BB96 (or 0x13BB96) is known color: Mountain Meadow. HEX triplet: 13, BB and 96. RGB value is (19,187,150). Sum of RGB (Red+Green+Blue) = 19+187+150=356 (47% of max value = 765). Red value is 19 (7.81% from 255 or 5.34% from 356); Green value is 187 (73.44% from 255 or 52.53% from 356); Blue value is 150 (58.98% from 255 or 42.13% from 356); Max value from RGB is 187 - color contains mainly: green. Hex color #13BB96 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #13BB96 is #EC4469. Grayscale: #848484. Windows color (decimal): -15484010 or 9878291. OLE color: 9878291.
HSL color Cylindrical-coordinate representation of color #13BB96: hue angle of 166.79º 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 #13BB96 is Cyan = 0.90, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 19 | 187 | 150 | - |
| CMYK | 0.90 | 0 | 0.20 | 0.27 |
| HSL | 166.79º | 0.82% | 0.4% | - |
| HSV(B) | 166.79º | 0.9% | 0.73% | - |
| XYZ | 23.54 | 37.88 | 34.93 | - |
| YUV | 132.55 | 137.84 | 47.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 187 | 150 | 0.90 | 0 | 0.20 | 0.27 | 166.79 | 0.82 | 0.4 |
| Hex | 13 | BB | 96 | 5A | 0 | 14 | 1B | A7 | 52 | 28 |
| Octal | 23 | 273 | 226 | 132 | 0 | 24 | 33 | 247 | 122 | 50 |
| Binary | 10011 | 10111011 | 10010110 | 1011010 | 0 | 10100 | 11011 | 10100111 | 1010010 | 101000 |
Color Harmonies of #13BB96
Complementary color
Monochromatic Colors of #13BB96
Black with #13BB96
Text Example
Text Example
White with #13BB96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13BB96; }
p { color: rgb(19,187,150); }
H1.HeaderClassName
{
color: #13BB96;
}
.AnyTagClassName
{
color: #13BB96;
}
</style>
background-color css
<style>
a { background-color: #13BB96; }
a { background-color: rgb(19,187,150); }
div.DivClassName
{
background-color: #13BB96;
}
.BgClassName
{
background-color: #13BB96;
}
</style>
border-color css
<style>
span { border-color: #13BB96; }
span { border-color: rgb(19,187,150); }
td.TdClassName
{
border-color: #13BB96;
}
.TagClassName
{
border-color: #13BB96;
}
</style>