Shades of Mountain Meadow #13BC85
Tints of Mountain Meadow #13BC85
RGB
CMYK
RGB Variations
Color information
#13BC85 (or 0x13BC85) is known color: Mountain Meadow. HEX triplet: 13, BC and 85. RGB value is (19,188,133). Sum of RGB (Red+Green+Blue) = 19+188+133=340 (45% of max value = 765). Red value is 19 (7.81% from 255 or 5.59% from 340); Green value is 188 (73.83% from 255 or 55.29% from 340); Blue value is 133 (52.34% from 255 or 39.12% from 340); Max value from RGB is 188 - color contains mainly: green. Hex color #13BC85 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #13BC85 is #EC437A. Grayscale: #838383. Windows color (decimal): -15483771 or 8764435. OLE color: 8764435.
HSL color Cylindrical-coordinate representation of color #13BC85: hue angle of 160.47º 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 #13BC85 is Cyan = 0.90, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 19 | 188 | 133 | - |
| CMYK | 0.90 | 0 | 0.29 | 0.26 |
| HSL | 160.47º | 0.82% | 0.41% | - |
| HSV(B) | 160.47º | 0.9% | 0.74% | - |
| XYZ | 22.49 | 37.8 | 28.3 | - |
| YUV | 131.2 | 129.01 | 47.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 188 | 133 | 0.90 | 0 | 0.29 | 0.26 | 160.47 | 0.82 | 0.41 |
| Hex | 13 | BC | 85 | 5A | 0 | 1D | 1A | A0 | 52 | 29 |
| Octal | 23 | 274 | 205 | 132 | 0 | 35 | 32 | 240 | 122 | 51 |
| Binary | 10011 | 10111100 | 10000101 | 1011010 | 0 | 11101 | 11010 | 10100000 | 1010010 | 101001 |
Color Harmonies of #13BC85
Complementary color
Monochromatic Colors of #13BC85
Black with #13BC85
Text Example
Text Example
White with #13BC85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13BC85; }
p { color: rgb(19,188,133); }
H1.HeaderClassName
{
color: #13BC85;
}
.AnyTagClassName
{
color: #13BC85;
}
</style>
background-color css
<style>
a { background-color: #13BC85; }
a { background-color: rgb(19,188,133); }
div.DivClassName
{
background-color: #13BC85;
}
.BgClassName
{
background-color: #13BC85;
}
</style>
border-color css
<style>
span { border-color: #13BC85; }
span { border-color: rgb(19,188,133); }
td.TdClassName
{
border-color: #13BC85;
}
.TagClassName
{
border-color: #13BC85;
}
</style>