Shades of Mountain Meadow #18B18F
Tints of Mountain Meadow #18B18F
RGB
CMYK
RGB Variations
Color information
#18B18F (or 0x18B18F) is known color: Mountain Meadow. HEX triplet: 18, B1 and 8F. RGB value is (24,177,143). Sum of RGB (Red+Green+Blue) = 24+177+143=344 (45% of max value = 765). Red value is 24 (9.77% from 255 or 6.98% from 344); Green value is 177 (69.53% from 255 or 51.45% from 344); Blue value is 143 (56.25% from 255 or 41.57% from 344); Max value from RGB is 177 - color contains mainly: green. Hex color #18B18F is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #18B18F is #E74E70. Grayscale: #7F7F7F. Windows color (decimal): -15158897 or 9416984. OLE color: 9416984.
HSL color Cylindrical-coordinate representation of color #18B18F: hue angle of 166.67º 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 #18B18F is Cyan = 0.86, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 24 | 177 | 143 | - |
| CMYK | 0.86 | 0 | 0.19 | 0.31 |
| HSL | 166.67º | 0.76% | 0.39% | - |
| HSV(B) | 166.67º | 0.86% | 0.69% | - |
| XYZ | 21.06 | 33.62 | 31.37 | - |
| YUV | 127.38 | 136.81 | 54.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 177 | 143 | 0.86 | 0 | 0.19 | 0.31 | 166.67 | 0.76 | 0.39 |
| Hex | 18 | B1 | 8F | 56 | 0 | 13 | 1F | A7 | 4C | 27 |
| Octal | 30 | 261 | 217 | 126 | 0 | 23 | 37 | 247 | 114 | 47 |
| Binary | 11000 | 10110001 | 10001111 | 1010110 | 0 | 10011 | 11111 | 10100111 | 1001100 | 100111 |
Color Harmonies of #18B18F
Complementary color
Monochromatic Colors of #18B18F
Black with #18B18F
Text Example
Text Example
White with #18B18F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18B18F; }
p { color: rgb(24,177,143); }
H1.HeaderClassName
{
color: #18B18F;
}
.AnyTagClassName
{
color: #18B18F;
}
</style>
background-color css
<style>
a { background-color: #18B18F; }
a { background-color: rgb(24,177,143); }
div.DivClassName
{
background-color: #18B18F;
}
.BgClassName
{
background-color: #18B18F;
}
</style>
border-color css
<style>
span { border-color: #18B18F; }
span { border-color: rgb(24,177,143); }
td.TdClassName
{
border-color: #18B18F;
}
.TagClassName
{
border-color: #18B18F;
}
</style>