Shades of Mountain Meadow #14BB8B
Tints of Mountain Meadow #14BB8B
RGB
CMYK
RGB Variations
Color information
#14BB8B (or 0x14BB8B) is known color: Mountain Meadow. HEX triplet: 14, BB and 8B. RGB value is (20,187,139). Sum of RGB (Red+Green+Blue) = 20+187+139=346 (45% of max value = 765). Red value is 20 (8.20% from 255 or 5.78% from 346); Green value is 187 (73.44% from 255 or 54.05% from 346); Blue value is 139 (54.69% from 255 or 40.17% from 346); Max value from RGB is 187 - color contains mainly: green. Hex color #14BB8B is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #14BB8B is #EB4474. Grayscale: #838383. Windows color (decimal): -15418485 or 9157396. OLE color: 9157396.
HSL color Cylindrical-coordinate representation of color #14BB8B: hue angle of 162.75º 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 #14BB8B is Cyan = 0.89, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 20 | 187 | 139 | - |
| CMYK | 0.89 | 0 | 0.26 | 0.27 |
| HSL | 162.75º | 0.81% | 0.41% | - |
| HSV(B) | 162.75º | 0.89% | 0.73% | - |
| XYZ | 22.72 | 37.55 | 30.48 | - |
| YUV | 131.6 | 132.17 | 48.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 187 | 139 | 0.89 | 0 | 0.26 | 0.27 | 162.75 | 0.81 | 0.41 |
| Hex | 14 | BB | 8B | 59 | 0 | 1A | 1B | A3 | 51 | 29 |
| Octal | 24 | 273 | 213 | 131 | 0 | 32 | 33 | 243 | 121 | 51 |
| Binary | 10100 | 10111011 | 10001011 | 1011001 | 0 | 11010 | 11011 | 10100011 | 1010001 | 101001 |
Color Harmonies of #14BB8B
Complementary color
Monochromatic Colors of #14BB8B
Black with #14BB8B
Text Example
Text Example
White with #14BB8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14BB8B; }
p { color: rgb(20,187,139); }
H1.HeaderClassName
{
color: #14BB8B;
}
.AnyTagClassName
{
color: #14BB8B;
}
</style>
background-color css
<style>
a { background-color: #14BB8B; }
a { background-color: rgb(20,187,139); }
div.DivClassName
{
background-color: #14BB8B;
}
.BgClassName
{
background-color: #14BB8B;
}
</style>
border-color css
<style>
span { border-color: #14BB8B; }
span { border-color: rgb(20,187,139); }
td.TdClassName
{
border-color: #14BB8B;
}
.TagClassName
{
border-color: #14BB8B;
}
</style>