Shades of Mountain Meadow #18AE8F
Tints of Mountain Meadow #18AE8F
RGB
CMYK
RGB Variations
Color information
#18AE8F (or 0x18AE8F) is known color: Mountain Meadow. HEX triplet: 18, AE and 8F. RGB value is (24,174,143). Sum of RGB (Red+Green+Blue) = 24+174+143=341 (45% of max value = 765). Red value is 24 (9.77% from 255 or 7.04% from 341); Green value is 174 (68.36% from 255 or 51.03% from 341); Blue value is 143 (56.25% from 255 or 41.94% from 341); Max value from RGB is 174 - color contains mainly: green. Hex color #18AE8F is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #18AE8F is #E75170. Grayscale: #7D7D7D. Windows color (decimal): -15159665 or 9416216. OLE color: 9416216.
HSL color Cylindrical-coordinate representation of color #18AE8F: hue angle of 167.6º degrees, saturation: 0.76, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #18AE8F is Cyan = 0.86, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 24 | 174 | 143 | - |
| CMYK | 0.86 | 0 | 0.18 | 0.32 |
| HSL | 167.6º | 0.76% | 0.39% | - |
| HSV(B) | 167.6º | 0.86% | 0.68% | - |
| XYZ | 20.47 | 32.45 | 31.17 | - |
| YUV | 125.62 | 137.81 | 55.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 174 | 143 | 0.86 | 0 | 0.18 | 0.32 | 167.6 | 0.76 | 0.39 |
| Hex | 18 | AE | 8F | 56 | 0 | 12 | 20 | A8 | 4C | 27 |
| Octal | 30 | 256 | 217 | 126 | 0 | 22 | 40 | 250 | 114 | 47 |
| Binary | 11000 | 10101110 | 10001111 | 1010110 | 0 | 10010 | 100000 | 10101000 | 1001100 | 100111 |
Color Harmonies of #18AE8F
Complementary color
Monochromatic Colors of #18AE8F
Black with #18AE8F
Text Example
Text Example
White with #18AE8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18AE8F; }
p { color: rgb(24,174,143); }
H1.HeaderClassName
{
color: #18AE8F;
}
.AnyTagClassName
{
color: #18AE8F;
}
</style>
background-color css
<style>
a { background-color: #18AE8F; }
a { background-color: rgb(24,174,143); }
div.DivClassName
{
background-color: #18AE8F;
}
.BgClassName
{
background-color: #18AE8F;
}
</style>
border-color css
<style>
span { border-color: #18AE8F; }
span { border-color: rgb(24,174,143); }
td.TdClassName
{
border-color: #18AE8F;
}
.TagClassName
{
border-color: #18AE8F;
}
</style>