Shades of Mountain Meadow #13BC99
Tints of Mountain Meadow #13BC99
RGB
CMYK
RGB Variations
Color information
#13BC99 (or 0x13BC99) is known color: Mountain Meadow. HEX triplet: 13, BC and 99. RGB value is (19,188,153). Sum of RGB (Red+Green+Blue) = 19+188+153=360 (47% of max value = 765). Red value is 19 (7.81% from 255 or 5.28% from 360); Green value is 188 (73.83% from 255 or 52.22% from 360); Blue value is 153 (60.16% from 255 or 42.5% from 360); Max value from RGB is 188 - color contains mainly: green. Hex color #13BC99 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #13BC99 is #EC4366. Grayscale: #858585. Windows color (decimal): -15483751 or 10075155. OLE color: 10075155.
HSL color Cylindrical-coordinate representation of color #13BC99: hue angle of 167.57º 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 #13BC99 is Cyan = 0.90, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 19 | 188 | 153 | - |
| CMYK | 0.90 | 0 | 0.19 | 0.26 |
| HSL | 167.57º | 0.82% | 0.41% | - |
| HSV(B) | 167.57º | 0.9% | 0.74% | - |
| XYZ | 24 | 38.4 | 36.28 | - |
| YUV | 133.48 | 139.01 | 46.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 188 | 153 | 0.90 | 0 | 0.19 | 0.26 | 167.57 | 0.82 | 0.41 |
| Hex | 13 | BC | 99 | 5A | 0 | 13 | 1A | A8 | 52 | 29 |
| Octal | 23 | 274 | 231 | 132 | 0 | 23 | 32 | 250 | 122 | 51 |
| Binary | 10011 | 10111100 | 10011001 | 1011010 | 0 | 10011 | 11010 | 10101000 | 1010010 | 101001 |
Color Harmonies of #13BC99
Complementary color
Monochromatic Colors of #13BC99
Black with #13BC99
Text Example
Text Example
White with #13BC99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13BC99; }
p { color: rgb(19,188,153); }
H1.HeaderClassName
{
color: #13BC99;
}
.AnyTagClassName
{
color: #13BC99;
}
</style>
background-color css
<style>
a { background-color: #13BC99; }
a { background-color: rgb(19,188,153); }
div.DivClassName
{
background-color: #13BC99;
}
.BgClassName
{
background-color: #13BC99;
}
</style>
border-color css
<style>
span { border-color: #13BC99; }
span { border-color: rgb(19,188,153); }
td.TdClassName
{
border-color: #13BC99;
}
.TagClassName
{
border-color: #13BC99;
}
</style>