Shades of Mountain Meadow #14B993
Tints of Mountain Meadow #14B993
RGB
CMYK
RGB Variations
Color information
#14B993 (or 0x14B993) is known color: Mountain Meadow. HEX triplet: 14, B9 and 93. RGB value is (20,185,147). Sum of RGB (Red+Green+Blue) = 20+185+147=352 (46% of max value = 765). Red value is 20 (8.20% from 255 or 5.68% from 352); Green value is 185 (72.66% from 255 or 52.56% from 352); Blue value is 147 (57.81% from 255 or 41.76% from 352); Max value from RGB is 185 - color contains mainly: green. Hex color #14B993 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #14B993 is #EB466C. Grayscale: #838383. Windows color (decimal): -15418989 or 9681172. OLE color: 9681172.
HSL color Cylindrical-coordinate representation of color #14B993: hue angle of 166.18º degrees, saturation: 0.8, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #14B993 is Cyan = 0.89, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 20 | 185 | 147 | - |
| CMYK | 0.89 | 0 | 0.21 | 0.27 |
| HSL | 166.18º | 0.8% | 0.4% | - |
| HSV(B) | 166.18º | 0.89% | 0.73% | - |
| XYZ | 22.9 | 36.95 | 33.53 | - |
| YUV | 131.33 | 136.84 | 48.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 185 | 147 | 0.89 | 0 | 0.21 | 0.27 | 166.18 | 0.8 | 0.4 |
| Hex | 14 | B9 | 93 | 59 | 0 | 15 | 1B | A6 | 50 | 28 |
| Octal | 24 | 271 | 223 | 131 | 0 | 25 | 33 | 246 | 120 | 50 |
| Binary | 10100 | 10111001 | 10010011 | 1011001 | 0 | 10101 | 11011 | 10100110 | 1010000 | 101000 |
Color Harmonies of #14B993
Complementary color
Monochromatic Colors of #14B993
Black with #14B993
Text Example
Text Example
White with #14B993
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14B993; }
p { color: rgb(20,185,147); }
H1.HeaderClassName
{
color: #14B993;
}
.AnyTagClassName
{
color: #14B993;
}
</style>
background-color css
<style>
a { background-color: #14B993; }
a { background-color: rgb(20,185,147); }
div.DivClassName
{
background-color: #14B993;
}
.BgClassName
{
background-color: #14B993;
}
</style>
border-color css
<style>
span { border-color: #14B993; }
span { border-color: rgb(20,185,147); }
td.TdClassName
{
border-color: #14B993;
}
.TagClassName
{
border-color: #14B993;
}
</style>