Shades of Mountain Meadow #18B188
Tints of Mountain Meadow #18B188
RGB
CMYK
RGB Variations
Color information
#18B188 (or 0x18B188) is known color: Mountain Meadow. HEX triplet: 18, B1 and 88. RGB value is (24,177,136). Sum of RGB (Red+Green+Blue) = 24+177+136=337 (44% of max value = 765). Red value is 24 (9.77% from 255 or 7.12% from 337); Green value is 177 (69.53% from 255 or 52.52% from 337); Blue value is 136 (53.52% from 255 or 40.36% from 337); Max value from RGB is 177 - color contains mainly: green. Hex color #18B188 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #18B188 is #E74E77. Grayscale: #7E7E7E. Windows color (decimal): -15158904 or 8958232. OLE color: 8958232.
HSL color Cylindrical-coordinate representation of color #18B188: hue angle of 163.92º 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 #18B188 is Cyan = 0.86, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 24 | 177 | 136 | - |
| CMYK | 0.86 | 0 | 0.23 | 0.31 |
| HSL | 163.92º | 0.76% | 0.39% | - |
| HSV(B) | 163.92º | 0.86% | 0.69% | - |
| XYZ | 20.54 | 33.42 | 28.66 | - |
| YUV | 126.58 | 133.31 | 54.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 177 | 136 | 0.86 | 0 | 0.23 | 0.31 | 163.92 | 0.76 | 0.39 |
| Hex | 18 | B1 | 88 | 56 | 0 | 17 | 1F | A4 | 4C | 27 |
| Octal | 30 | 261 | 210 | 126 | 0 | 27 | 37 | 244 | 114 | 47 |
| Binary | 11000 | 10110001 | 10001000 | 1010110 | 0 | 10111 | 11111 | 10100100 | 1001100 | 100111 |
Color Harmonies of #18B188
Complementary color
Monochromatic Colors of #18B188
Black with #18B188
Text Example
Text Example
White with #18B188
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18B188; }
p { color: rgb(24,177,136); }
H1.HeaderClassName
{
color: #18B188;
}
.AnyTagClassName
{
color: #18B188;
}
</style>
background-color css
<style>
a { background-color: #18B188; }
a { background-color: rgb(24,177,136); }
div.DivClassName
{
background-color: #18B188;
}
.BgClassName
{
background-color: #18B188;
}
</style>
border-color css
<style>
span { border-color: #18B188; }
span { border-color: rgb(24,177,136); }
td.TdClassName
{
border-color: #18B188;
}
.TagClassName
{
border-color: #18B188;
}
</style>