Shades of Mountain Meadow #14BB93
Tints of Mountain Meadow #14BB93
RGB
CMYK
RGB Variations
Color information
#14BB93 (or 0x14BB93) is known color: Mountain Meadow. HEX triplet: 14, BB and 93. RGB value is (20,187,147). Sum of RGB (Red+Green+Blue) = 20+187+147=354 (46% of max value = 765). Red value is 20 (8.20% from 255 or 5.65% from 354); Green value is 187 (73.44% from 255 or 52.82% from 354); Blue value is 147 (57.81% from 255 or 41.53% from 354); Max value from RGB is 187 - color contains mainly: green. Hex color #14BB93 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #14BB93 is #EB446C. Grayscale: #848484. Windows color (decimal): -15418477 or 9681684. OLE color: 9681684.
HSL color Cylindrical-coordinate representation of color #14BB93: hue angle of 165.63º 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 #14BB93 is Cyan = 0.89, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 20 | 187 | 147 | - |
| CMYK | 0.89 | 0 | 0.21 | 0.27 |
| HSL | 165.63º | 0.81% | 0.41% | - |
| HSV(B) | 165.63º | 0.89% | 0.73% | - |
| XYZ | 23.33 | 37.8 | 33.67 | - |
| YUV | 132.51 | 136.17 | 47.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 187 | 147 | 0.89 | 0 | 0.21 | 0.27 | 165.63 | 0.81 | 0.41 |
| Hex | 14 | BB | 93 | 59 | 0 | 15 | 1B | A6 | 51 | 29 |
| Octal | 24 | 273 | 223 | 131 | 0 | 25 | 33 | 246 | 121 | 51 |
| Binary | 10100 | 10111011 | 10010011 | 1011001 | 0 | 10101 | 11011 | 10100110 | 1010001 | 101001 |
Color Harmonies of #14BB93
Complementary color
Monochromatic Colors of #14BB93
Black with #14BB93
Text Example
Text Example
White with #14BB93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14BB93; }
p { color: rgb(20,187,147); }
H1.HeaderClassName
{
color: #14BB93;
}
.AnyTagClassName
{
color: #14BB93;
}
</style>
background-color css
<style>
a { background-color: #14BB93; }
a { background-color: rgb(20,187,147); }
div.DivClassName
{
background-color: #14BB93;
}
.BgClassName
{
background-color: #14BB93;
}
</style>
border-color css
<style>
span { border-color: #14BB93; }
span { border-color: rgb(20,187,147); }
td.TdClassName
{
border-color: #14BB93;
}
.TagClassName
{
border-color: #14BB93;
}
</style>