Shades of Mountain Meadow #18AA8B
Tints of Mountain Meadow #18AA8B
RGB
CMYK
RGB Variations
Color information
#18AA8B (or 0x18AA8B) is known color: Mountain Meadow. HEX triplet: 18, AA and 8B. RGB value is (24,170,139). Sum of RGB (Red+Green+Blue) = 24+170+139=333 (44% of max value = 765). Red value is 24 (9.77% from 255 or 7.21% from 333); Green value is 170 (66.80% from 255 or 51.05% from 333); Blue value is 139 (54.69% from 255 or 41.74% from 333); Max value from RGB is 170 - color contains mainly: green. Hex color #18AA8B is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #18AA8B is #E75574. Grayscale: #7A7A7A. Windows color (decimal): -15160693 or 9153048. OLE color: 9153048.
HSL color Cylindrical-coordinate representation of color #18AA8B: hue angle of 167.26º 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 #18AA8B is Cyan = 0.86, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 24 | 170 | 139 | - |
| CMYK | 0.86 | 0 | 0.18 | 0.33 |
| HSL | 167.26º | 0.75% | 0.38% | - |
| HSV(B) | 167.26º | 0.86% | 0.67% | - |
| XYZ | 19.41 | 30.81 | 29.35 | - |
| YUV | 122.81 | 137.13 | 57.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 170 | 139 | 0.86 | 0 | 0.18 | 0.33 | 167.26 | 0.75 | 0.38 |
| Hex | 18 | AA | 8B | 56 | 0 | 12 | 21 | A7 | 4B | 26 |
| Octal | 30 | 252 | 213 | 126 | 0 | 22 | 41 | 247 | 113 | 46 |
| Binary | 11000 | 10101010 | 10001011 | 1010110 | 0 | 10010 | 100001 | 10100111 | 1001011 | 100110 |
Color Harmonies of #18AA8B
Complementary color
Monochromatic Colors of #18AA8B
Black with #18AA8B
Text Example
Text Example
White with #18AA8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18AA8B; }
p { color: rgb(24,170,139); }
H1.HeaderClassName
{
color: #18AA8B;
}
.AnyTagClassName
{
color: #18AA8B;
}
</style>
background-color css
<style>
a { background-color: #18AA8B; }
a { background-color: rgb(24,170,139); }
div.DivClassName
{
background-color: #18AA8B;
}
.BgClassName
{
background-color: #18AA8B;
}
</style>
border-color css
<style>
span { border-color: #18AA8B; }
span { border-color: rgb(24,170,139); }
td.TdClassName
{
border-color: #18AA8B;
}
.TagClassName
{
border-color: #18AA8B;
}
</style>