Shades of Mountain Meadow #14BB89
Tints of Mountain Meadow #14BB89
RGB
CMYK
RGB Variations
Color information
#14BB89 (or 0x14BB89) is known color: Mountain Meadow. HEX triplet: 14, BB and 89. RGB value is (20,187,137). Sum of RGB (Red+Green+Blue) = 20+187+137=344 (45% of max value = 765). Red value is 20 (8.20% from 255 or 5.81% from 344); Green value is 187 (73.44% from 255 or 54.36% from 344); Blue value is 137 (53.91% from 255 or 39.83% from 344); Max value from RGB is 187 - color contains mainly: green. Hex color #14BB89 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #14BB89 is #EB4476. Grayscale: #838383. Windows color (decimal): -15418487 or 9026324. OLE color: 9026324.
HSL color Cylindrical-coordinate representation of color #14BB89: hue angle of 162.04º 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 #14BB89 is Cyan = 0.89, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 20 | 187 | 137 | - |
| CMYK | 0.89 | 0 | 0.27 | 0.27 |
| HSL | 162.04º | 0.81% | 0.41% | - |
| HSV(B) | 162.04º | 0.89% | 0.73% | - |
| XYZ | 22.57 | 37.5 | 29.71 | - |
| YUV | 131.37 | 131.17 | 48.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 187 | 137 | 0.89 | 0 | 0.27 | 0.27 | 162.04 | 0.81 | 0.41 |
| Hex | 14 | BB | 89 | 59 | 0 | 1B | 1B | A2 | 51 | 29 |
| Octal | 24 | 273 | 211 | 131 | 0 | 33 | 33 | 242 | 121 | 51 |
| Binary | 10100 | 10111011 | 10001001 | 1011001 | 0 | 11011 | 11011 | 10100010 | 1010001 | 101001 |
Color Harmonies of #14BB89
Complementary color
Monochromatic Colors of #14BB89
Black with #14BB89
Text Example
Text Example
White with #14BB89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14BB89; }
p { color: rgb(20,187,137); }
H1.HeaderClassName
{
color: #14BB89;
}
.AnyTagClassName
{
color: #14BB89;
}
</style>
background-color css
<style>
a { background-color: #14BB89; }
a { background-color: rgb(20,187,137); }
div.DivClassName
{
background-color: #14BB89;
}
.BgClassName
{
background-color: #14BB89;
}
</style>
border-color css
<style>
span { border-color: #14BB89; }
span { border-color: rgb(20,187,137); }
td.TdClassName
{
border-color: #14BB89;
}
.TagClassName
{
border-color: #14BB89;
}
</style>