Shades of Mountain Meadow #14B17C
Tints of Mountain Meadow #14B17C
RGB
CMYK
RGB Variations
Color information
#14B17C (or 0x14B17C) is known color: Mountain Meadow. HEX triplet: 14, B1 and 7C. RGB value is (20,177,124). Sum of RGB (Red+Green+Blue) = 20+177+124=321 (42% of max value = 765). Red value is 20 (8.20% from 255 or 6.23% from 321); Green value is 177 (69.53% from 255 or 55.14% from 321); Blue value is 124 (48.83% from 255 or 38.63% from 321); Max value from RGB is 177 - color contains mainly: green. Hex color #14B17C is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #14B17C is #EB4E83. Grayscale: #7C7C7C. Windows color (decimal): -15421060 or 8171796. OLE color: 8171796.
HSL color Cylindrical-coordinate representation of color #14B17C: hue angle of 159.75º degrees, saturation: 0.8, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #14B17C is Cyan = 0.89, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 20 | 177 | 124 | - |
| CMYK | 0.89 | 0 | 0.30 | 0.31 |
| HSL | 159.75º | 0.8% | 0.39% | - |
| HSV(B) | 159.75º | 0.89% | 0.69% | - |
| XYZ | 19.65 | 33.05 | 24.41 | - |
| YUV | 124.02 | 127.99 | 53.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 177 | 124 | 0.89 | 0 | 0.30 | 0.31 | 159.75 | 0.8 | 0.39 |
| Hex | 14 | B1 | 7C | 59 | 0 | 1E | 1F | A0 | 50 | 27 |
| Octal | 24 | 261 | 174 | 131 | 0 | 36 | 37 | 240 | 120 | 47 |
| Binary | 10100 | 10110001 | 1111100 | 1011001 | 0 | 11110 | 11111 | 10100000 | 1010000 | 100111 |
Color Harmonies of #14B17C
Complementary color
Monochromatic Colors of #14B17C
Black with #14B17C
Text Example
Text Example
White with #14B17C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14B17C; }
p { color: rgb(20,177,124); }
H1.HeaderClassName
{
color: #14B17C;
}
.AnyTagClassName
{
color: #14B17C;
}
</style>
background-color css
<style>
a { background-color: #14B17C; }
a { background-color: rgb(20,177,124); }
div.DivClassName
{
background-color: #14B17C;
}
.BgClassName
{
background-color: #14B17C;
}
</style>
border-color css
<style>
span { border-color: #14B17C; }
span { border-color: rgb(20,177,124); }
td.TdClassName
{
border-color: #14B17C;
}
.TagClassName
{
border-color: #14B17C;
}
</style>