Shades of Mountain Meadow #18B087
Tints of Mountain Meadow #18B087
RGB
CMYK
RGB Variations
Color information
#18B087 (or 0x18B087) is known color: Mountain Meadow. HEX triplet: 18, B0 and 87. RGB value is (24,176,135). Sum of RGB (Red+Green+Blue) = 24+176+135=335 (44% of max value = 765). Red value is 24 (9.77% from 255 or 7.16% from 335); Green value is 176 (69.14% from 255 or 52.54% from 335); Blue value is 135 (53.12% from 255 or 40.30% from 335); Max value from RGB is 176 - color contains mainly: green. Hex color #18B087 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #18B087 is #E74F78. Grayscale: #7D7D7D. Windows color (decimal): -15159161 or 8892440. OLE color: 8892440.
HSL color Cylindrical-coordinate representation of color #18B087: hue angle of 163.82º degrees, saturation: 0.76, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #18B087 is Cyan = 0.86, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 24 | 176 | 135 | - |
| CMYK | 0.86 | 0 | 0.23 | 0.31 |
| HSL | 163.82º | 0.76% | 0.39% | - |
| HSV(B) | 163.82º | 0.86% | 0.69% | - |
| XYZ | 20.28 | 32.99 | 28.22 | - |
| YUV | 125.88 | 133.14 | 55.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 176 | 135 | 0.86 | 0 | 0.23 | 0.31 | 163.82 | 0.76 | 0.39 |
| Hex | 18 | B0 | 87 | 56 | 0 | 17 | 1F | A4 | 4C | 27 |
| Octal | 30 | 260 | 207 | 126 | 0 | 27 | 37 | 244 | 114 | 47 |
| Binary | 11000 | 10110000 | 10000111 | 1010110 | 0 | 10111 | 11111 | 10100100 | 1001100 | 100111 |
Color Harmonies of #18B087
Complementary color
Monochromatic Colors of #18B087
Black with #18B087
Text Example
Text Example
White with #18B087
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18B087; }
p { color: rgb(24,176,135); }
H1.HeaderClassName
{
color: #18B087;
}
.AnyTagClassName
{
color: #18B087;
}
</style>
background-color css
<style>
a { background-color: #18B087; }
a { background-color: rgb(24,176,135); }
div.DivClassName
{
background-color: #18B087;
}
.BgClassName
{
background-color: #18B087;
}
</style>
border-color css
<style>
span { border-color: #18B087; }
span { border-color: rgb(24,176,135); }
td.TdClassName
{
border-color: #18B087;
}
.TagClassName
{
border-color: #18B087;
}
</style>