Shades of Mountain Meadow #13BD88
Tints of Mountain Meadow #13BD88
RGB
CMYK
RGB Variations
Color information
#13BD88 (or 0x13BD88) is known color: Mountain Meadow. HEX triplet: 13, BD and 88. RGB value is (19,189,136). Sum of RGB (Red+Green+Blue) = 19+189+136=344 (45% of max value = 765). Red value is 19 (7.81% from 255 or 5.52% from 344); Green value is 189 (74.22% from 255 or 54.94% from 344); Blue value is 136 (53.52% from 255 or 39.53% from 344); Max value from RGB is 189 - color contains mainly: green. Hex color #13BD88 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #13BD88 is #EC4277. Grayscale: #848484. Windows color (decimal): -15483512 or 8961299. OLE color: 8961299.
HSL color Cylindrical-coordinate representation of color #13BD88: hue angle of 161.29º degrees, saturation: 0.82, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #13BD88 is Cyan = 0.90, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 19 | 189 | 136 | - |
| CMYK | 0.90 | 0 | 0.28 | 0.26 |
| HSL | 161.29º | 0.82% | 0.41% | - |
| HSV(B) | 161.29º | 0.9% | 0.74% | - |
| XYZ | 22.91 | 38.31 | 29.48 | - |
| YUV | 132.13 | 130.18 | 47.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 189 | 136 | 0.90 | 0 | 0.28 | 0.26 | 161.29 | 0.82 | 0.41 |
| Hex | 13 | BD | 88 | 5A | 0 | 1C | 1A | A1 | 52 | 29 |
| Octal | 23 | 275 | 210 | 132 | 0 | 34 | 32 | 241 | 122 | 51 |
| Binary | 10011 | 10111101 | 10001000 | 1011010 | 0 | 11100 | 11010 | 10100001 | 1010010 | 101001 |
Color Harmonies of #13BD88
Complementary color
Monochromatic Colors of #13BD88
Black with #13BD88
Text Example
Text Example
White with #13BD88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13BD88; }
p { color: rgb(19,189,136); }
H1.HeaderClassName
{
color: #13BD88;
}
.AnyTagClassName
{
color: #13BD88;
}
</style>
background-color css
<style>
a { background-color: #13BD88; }
a { background-color: rgb(19,189,136); }
div.DivClassName
{
background-color: #13BD88;
}
.BgClassName
{
background-color: #13BD88;
}
</style>
border-color css
<style>
span { border-color: #13BD88; }
span { border-color: rgb(19,189,136); }
td.TdClassName
{
border-color: #13BD88;
}
.TagClassName
{
border-color: #13BD88;
}
</style>