Shades of Mountain Meadow #18AB8D
Tints of Mountain Meadow #18AB8D
RGB
CMYK
RGB Variations
Color information
#18AB8D (or 0x18AB8D) is known color: Mountain Meadow. HEX triplet: 18, AB and 8D. RGB value is (24,171,141). Sum of RGB (Red+Green+Blue) = 24+171+141=336 (44% of max value = 765). Red value is 24 (9.77% from 255 or 7.14% from 336); Green value is 171 (67.19% from 255 or 50.89% from 336); Blue value is 141 (55.47% from 255 or 41.96% from 336); Max value from RGB is 171 - color contains mainly: green. Hex color #18AB8D is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #18AB8D is #E75472. Grayscale: #7B7B7B. Windows color (decimal): -15160435 or 9284376. OLE color: 9284376.
HSL color Cylindrical-coordinate representation of color #18AB8D: hue angle of 167.76º degrees, saturation: 0.75, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #18AB8D is Cyan = 0.86, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 24 | 171 | 141 | - |
| CMYK | 0.86 | 0 | 0.18 | 0.33 |
| HSL | 167.76º | 0.75% | 0.38% | - |
| HSV(B) | 167.76º | 0.86% | 0.67% | - |
| XYZ | 19.75 | 31.24 | 30.19 | - |
| YUV | 123.63 | 137.8 | 56.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 171 | 141 | 0.86 | 0 | 0.18 | 0.33 | 167.76 | 0.75 | 0.38 |
| Hex | 18 | AB | 8D | 56 | 0 | 12 | 21 | A8 | 4B | 26 |
| Octal | 30 | 253 | 215 | 126 | 0 | 22 | 41 | 250 | 113 | 46 |
| Binary | 11000 | 10101011 | 10001101 | 1010110 | 0 | 10010 | 100001 | 10101000 | 1001011 | 100110 |
Color Harmonies of #18AB8D
Complementary color
Monochromatic Colors of #18AB8D
Black with #18AB8D
Text Example
Text Example
White with #18AB8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18AB8D; }
p { color: rgb(24,171,141); }
H1.HeaderClassName
{
color: #18AB8D;
}
.AnyTagClassName
{
color: #18AB8D;
}
</style>
background-color css
<style>
a { background-color: #18AB8D; }
a { background-color: rgb(24,171,141); }
div.DivClassName
{
background-color: #18AB8D;
}
.BgClassName
{
background-color: #18AB8D;
}
</style>
border-color css
<style>
span { border-color: #18AB8D; }
span { border-color: rgb(24,171,141); }
td.TdClassName
{
border-color: #18AB8D;
}
.TagClassName
{
border-color: #18AB8D;
}
</style>