Shades of Mountain Meadow #13B085
Tints of Mountain Meadow #13B085
RGB
CMYK
RGB Variations
Color information
#13B085 (or 0x13B085) is known color: Mountain Meadow. HEX triplet: 13, B0 and 85. RGB value is (19,176,133). Sum of RGB (Red+Green+Blue) = 19+176+133=328 (43% of max value = 765). Red value is 19 (7.81% from 255 or 5.79% from 328); Green value is 176 (69.14% from 255 or 53.66% from 328); Blue value is 133 (52.34% from 255 or 40.55% from 328); Max value from RGB is 176 - color contains mainly: green. Hex color #13B085 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #13B085 is #EC4F7A. Grayscale: #7C7C7C. Windows color (decimal): -15486843 or 8761363. OLE color: 8761363.
HSL color Cylindrical-coordinate representation of color #13B085: hue angle of 163.57º degrees, saturation: 0.81, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #13B085 is Cyan = 0.89, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 19 | 176 | 133 | - |
| CMYK | 0.89 | 0 | 0.24 | 0.31 |
| HSL | 163.57º | 0.81% | 0.38% | - |
| HSV(B) | 163.57º | 0.89% | 0.69% | - |
| XYZ | 20.03 | 32.88 | 27.48 | - |
| YUV | 124.16 | 132.99 | 53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 176 | 133 | 0.89 | 0 | 0.24 | 0.31 | 163.57 | 0.81 | 0.38 |
| Hex | 13 | B0 | 85 | 59 | 0 | 18 | 1F | A4 | 51 | 26 |
| Octal | 23 | 260 | 205 | 131 | 0 | 30 | 37 | 244 | 121 | 46 |
| Binary | 10011 | 10110000 | 10000101 | 1011001 | 0 | 11000 | 11111 | 10100100 | 1010001 | 100110 |
Color Harmonies of #13B085
Complementary color
Monochromatic Colors of #13B085
Black with #13B085
Text Example
Text Example
White with #13B085
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13B085; }
p { color: rgb(19,176,133); }
H1.HeaderClassName
{
color: #13B085;
}
.AnyTagClassName
{
color: #13B085;
}
</style>
background-color css
<style>
a { background-color: #13B085; }
a { background-color: rgb(19,176,133); }
div.DivClassName
{
background-color: #13B085;
}
.BgClassName
{
background-color: #13B085;
}
</style>
border-color css
<style>
span { border-color: #13B085; }
span { border-color: rgb(19,176,133); }
td.TdClassName
{
border-color: #13B085;
}
.TagClassName
{
border-color: #13B085;
}
</style>