Shades of Mountain Meadow #18AE88
Tints of Mountain Meadow #18AE88
RGB
CMYK
RGB Variations
Color information
#18AE88 (or 0x18AE88) is known color: Mountain Meadow. HEX triplet: 18, AE and 88. RGB value is (24,174,136). Sum of RGB (Red+Green+Blue) = 24+174+136=334 (44% of max value = 765). Red value is 24 (9.77% from 255 or 7.19% from 334); Green value is 174 (68.36% from 255 or 52.10% from 334); Blue value is 136 (53.52% from 255 or 40.72% from 334); Max value from RGB is 174 - color contains mainly: green. Hex color #18AE88 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #18AE88 is #E75177. Grayscale: #7C7C7C. Windows color (decimal): -15159672 or 8957464. OLE color: 8957464.
HSL color Cylindrical-coordinate representation of color #18AE88: hue angle of 164.8º 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 #18AE88 is Cyan = 0.86, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 24 | 174 | 136 | - |
| CMYK | 0.86 | 0 | 0.22 | 0.32 |
| HSL | 164.8º | 0.76% | 0.39% | - |
| HSV(B) | 164.8º | 0.86% | 0.68% | - |
| XYZ | 19.96 | 32.24 | 28.46 | - |
| YUV | 124.82 | 134.31 | 56.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 174 | 136 | 0.86 | 0 | 0.22 | 0.32 | 164.8 | 0.76 | 0.39 |
| Hex | 18 | AE | 88 | 56 | 0 | 16 | 20 | A5 | 4C | 27 |
| Octal | 30 | 256 | 210 | 126 | 0 | 26 | 40 | 245 | 114 | 47 |
| Binary | 11000 | 10101110 | 10001000 | 1010110 | 0 | 10110 | 100000 | 10100101 | 1001100 | 100111 |
Color Harmonies of #18AE88
Complementary color
Monochromatic Colors of #18AE88
Black with #18AE88
Text Example
Text Example
White with #18AE88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18AE88; }
p { color: rgb(24,174,136); }
H1.HeaderClassName
{
color: #18AE88;
}
.AnyTagClassName
{
color: #18AE88;
}
</style>
background-color css
<style>
a { background-color: #18AE88; }
a { background-color: rgb(24,174,136); }
div.DivClassName
{
background-color: #18AE88;
}
.BgClassName
{
background-color: #18AE88;
}
</style>
border-color css
<style>
span { border-color: #18AE88; }
span { border-color: rgb(24,174,136); }
td.TdClassName
{
border-color: #18AE88;
}
.TagClassName
{
border-color: #18AE88;
}
</style>