Shades of Mountain Meadow #14BB7B
Tints of Mountain Meadow #14BB7B
RGB
CMYK
RGB Variations
Color information
#14BB7B (or 0x14BB7B) is known color: Mountain Meadow. HEX triplet: 14, BB and 7B. RGB value is (20,187,123). Sum of RGB (Red+Green+Blue) = 20+187+123=330 (43% of max value = 765). Red value is 20 (8.20% from 255 or 6.06% from 330); Green value is 187 (73.44% from 255 or 56.67% from 330); Blue value is 123 (48.44% from 255 or 37.27% from 330); Max value from RGB is 187 - color contains mainly: green. Hex color #14BB7B is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #14BB7B is #EB4484. Grayscale: #818181. Windows color (decimal): -15418501 or 8108820. OLE color: 8108820.
HSL color Cylindrical-coordinate representation of color #14BB7B: hue angle of 157.01º degrees, saturation: 0.81, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #14BB7B is Cyan = 0.89, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 20 | 187 | 123 | - |
| CMYK | 0.89 | 0 | 0.34 | 0.27 |
| HSL | 157.01º | 0.81% | 0.41% | - |
| HSV(B) | 157.01º | 0.89% | 0.73% | - |
| XYZ | 21.63 | 37.12 | 24.76 | - |
| YUV | 129.77 | 124.17 | 49.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 187 | 123 | 0.89 | 0 | 0.34 | 0.27 | 157.01 | 0.81 | 0.41 |
| Hex | 14 | BB | 7B | 59 | 0 | 22 | 1B | 9D | 51 | 29 |
| Octal | 24 | 273 | 173 | 131 | 0 | 42 | 33 | 235 | 121 | 51 |
| Binary | 10100 | 10111011 | 1111011 | 1011001 | 0 | 100010 | 11011 | 10011101 | 1010001 | 101001 |
Color Harmonies of #14BB7B
Complementary color
Monochromatic Colors of #14BB7B
Black with #14BB7B
Text Example
Text Example
White with #14BB7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14BB7B; }
p { color: rgb(20,187,123); }
H1.HeaderClassName
{
color: #14BB7B;
}
.AnyTagClassName
{
color: #14BB7B;
}
</style>
background-color css
<style>
a { background-color: #14BB7B; }
a { background-color: rgb(20,187,123); }
div.DivClassName
{
background-color: #14BB7B;
}
.BgClassName
{
background-color: #14BB7B;
}
</style>
border-color css
<style>
span { border-color: #14BB7B; }
span { border-color: rgb(20,187,123); }
td.TdClassName
{
border-color: #14BB7B;
}
.TagClassName
{
border-color: #14BB7B;
}
</style>