Shades of Mountain Meadow #13C48B
Tints of Mountain Meadow #13C48B
RGB
CMYK
RGB Variations
Color information
#13C48B (or 0x13C48B) is known color: Mountain Meadow. HEX triplet: 13, C4 and 8B. RGB value is (19,196,139). Sum of RGB (Red+Green+Blue) = 19+196+139=354 (46% of max value = 765). Red value is 19 (7.81% from 255 or 5.37% from 354); Green value is 196 (76.95% from 255 or 55.37% from 354); Blue value is 139 (54.69% from 255 or 39.27% from 354); Max value from RGB is 196 - color contains mainly: green. Hex color #13C48B is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #13C48B is #EC3B74. Grayscale: #888888. Windows color (decimal): -15481717 or 9159699. OLE color: 9159699.
HSL color Cylindrical-coordinate representation of color #13C48B: hue angle of 160.68º degrees, saturation: 0.82, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #13C48B is Cyan = 0.90, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 19 | 196 | 139 | - |
| CMYK | 0.90 | 0 | 0.29 | 0.23 |
| HSL | 160.68º | 0.82% | 0.42% | - |
| HSV(B) | 160.68º | 0.9% | 0.77% | - |
| XYZ | 24.67 | 41.48 | 31.13 | - |
| YUV | 136.58 | 129.36 | 44.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 196 | 139 | 0.90 | 0 | 0.29 | 0.23 | 160.68 | 0.82 | 0.42 |
| Hex | 13 | C4 | 8B | 5A | 0 | 1D | 17 | A1 | 52 | 2A |
| Octal | 23 | 304 | 213 | 132 | 0 | 35 | 27 | 241 | 122 | 52 |
| Binary | 10011 | 11000100 | 10001011 | 1011010 | 0 | 11101 | 10111 | 10100001 | 1010010 | 101010 |
Color Harmonies of #13C48B
Complementary color
Monochromatic Colors of #13C48B
Black with #13C48B
Text Example
Text Example
White with #13C48B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13C48B; }
p { color: rgb(19,196,139); }
H1.HeaderClassName
{
color: #13C48B;
}
.AnyTagClassName
{
color: #13C48B;
}
</style>
background-color css
<style>
a { background-color: #13C48B; }
a { background-color: rgb(19,196,139); }
div.DivClassName
{
background-color: #13C48B;
}
.BgClassName
{
background-color: #13C48B;
}
</style>
border-color css
<style>
span { border-color: #13C48B; }
span { border-color: rgb(19,196,139); }
td.TdClassName
{
border-color: #13C48B;
}
.TagClassName
{
border-color: #13C48B;
}
</style>