Shades of Mountain Meadow #13B68B
Tints of Mountain Meadow #13B68B
RGB
CMYK
RGB Variations
Color information
#13B68B (or 0x13B68B) is known color: Mountain Meadow. HEX triplet: 13, B6 and 8B. RGB value is (19,182,139). Sum of RGB (Red+Green+Blue) = 19+182+139=340 (45% of max value = 765). Red value is 19 (7.81% from 255 or 5.59% from 340); Green value is 182 (71.48% from 255 or 53.53% from 340); Blue value is 139 (54.69% from 255 or 40.88% from 340); Max value from RGB is 182 - color contains mainly: green. Hex color #13B68B is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #13B68B is #EC4974. Grayscale: #808080. Windows color (decimal): -15485301 or 9156115. OLE color: 9156115.
HSL color Cylindrical-coordinate representation of color #13B68B: hue angle of 164.17º degrees, saturation: 0.81, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #13B68B is Cyan = 0.90, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 19 | 182 | 139 | - |
| CMYK | 0.90 | 0 | 0.24 | 0.29 |
| HSL | 164.17º | 0.81% | 0.39% | - |
| HSV(B) | 164.17º | 0.9% | 0.71% | - |
| XYZ | 21.66 | 35.46 | 30.13 | - |
| YUV | 128.36 | 134 | 50 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 182 | 139 | 0.90 | 0 | 0.24 | 0.29 | 164.17 | 0.81 | 0.39 |
| Hex | 13 | B6 | 8B | 5A | 0 | 18 | 1D | A4 | 51 | 27 |
| Octal | 23 | 266 | 213 | 132 | 0 | 30 | 35 | 244 | 121 | 47 |
| Binary | 10011 | 10110110 | 10001011 | 1011010 | 0 | 11000 | 11101 | 10100100 | 1010001 | 100111 |
Color Harmonies of #13B68B
Complementary color
Monochromatic Colors of #13B68B
Black with #13B68B
Text Example
Text Example
White with #13B68B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13B68B; }
p { color: rgb(19,182,139); }
H1.HeaderClassName
{
color: #13B68B;
}
.AnyTagClassName
{
color: #13B68B;
}
</style>
background-color css
<style>
a { background-color: #13B68B; }
a { background-color: rgb(19,182,139); }
div.DivClassName
{
background-color: #13B68B;
}
.BgClassName
{
background-color: #13B68B;
}
</style>
border-color css
<style>
span { border-color: #13B68B; }
span { border-color: rgb(19,182,139); }
td.TdClassName
{
border-color: #13B68B;
}
.TagClassName
{
border-color: #13B68B;
}
</style>