Shades of Mountain Meadow #14BB8C
Tints of Mountain Meadow #14BB8C
RGB
CMYK
RGB Variations
Color information
#14BB8C (or 0x14BB8C) is known color: Mountain Meadow. HEX triplet: 14, BB and 8C. RGB value is (20,187,140). Sum of RGB (Red+Green+Blue) = 20+187+140=347 (45% of max value = 765). Red value is 20 (8.20% from 255 or 5.76% from 347); Green value is 187 (73.44% from 255 or 53.89% from 347); Blue value is 140 (55.08% from 255 or 40.35% from 347); Max value from RGB is 187 - color contains mainly: green. Hex color #14BB8C is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #14BB8C is #EB4473. Grayscale: #838383. Windows color (decimal): -15418484 or 9222932. OLE color: 9222932.
HSL color Cylindrical-coordinate representation of color #14BB8C: hue angle of 163.11º 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 #14BB8C is Cyan = 0.89, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 20 | 187 | 140 | - |
| CMYK | 0.89 | 0 | 0.25 | 0.27 |
| HSL | 163.11º | 0.81% | 0.41% | - |
| HSV(B) | 163.11º | 0.89% | 0.73% | - |
| XYZ | 22.79 | 37.58 | 30.86 | - |
| YUV | 131.71 | 132.67 | 48.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 187 | 140 | 0.89 | 0 | 0.25 | 0.27 | 163.11 | 0.81 | 0.41 |
| Hex | 14 | BB | 8C | 59 | 0 | 19 | 1B | A3 | 51 | 29 |
| Octal | 24 | 273 | 214 | 131 | 0 | 31 | 33 | 243 | 121 | 51 |
| Binary | 10100 | 10111011 | 10001100 | 1011001 | 0 | 11001 | 11011 | 10100011 | 1010001 | 101001 |
Color Harmonies of #14BB8C
Complementary color
Monochromatic Colors of #14BB8C
Black with #14BB8C
Text Example
Text Example
White with #14BB8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14BB8C; }
p { color: rgb(20,187,140); }
H1.HeaderClassName
{
color: #14BB8C;
}
.AnyTagClassName
{
color: #14BB8C;
}
</style>
background-color css
<style>
a { background-color: #14BB8C; }
a { background-color: rgb(20,187,140); }
div.DivClassName
{
background-color: #14BB8C;
}
.BgClassName
{
background-color: #14BB8C;
}
</style>
border-color css
<style>
span { border-color: #14BB8C; }
span { border-color: rgb(20,187,140); }
td.TdClassName
{
border-color: #14BB8C;
}
.TagClassName
{
border-color: #14BB8C;
}
</style>