Shades of Mountain Meadow #18B68F
Tints of Mountain Meadow #18B68F
RGB
CMYK
RGB Variations
Color information
#18B68F (or 0x18B68F) is known color: Mountain Meadow. HEX triplet: 18, B6 and 8F. RGB value is (24,182,143). Sum of RGB (Red+Green+Blue) = 24+182+143=349 (46% of max value = 765). Red value is 24 (9.77% from 255 or 6.88% from 349); Green value is 182 (71.48% from 255 or 52.15% from 349); Blue value is 143 (56.25% from 255 or 40.97% from 349); Max value from RGB is 182 - color contains mainly: green. Hex color #18B68F is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #18B68F is #E74970. Grayscale: #828282. Windows color (decimal): -15157617 or 9418264. OLE color: 9418264.
HSL color Cylindrical-coordinate representation of color #18B68F: hue angle of 165.19º degrees, saturation: 0.77, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #18B68F is Cyan = 0.87, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 24 | 182 | 143 | - |
| CMYK | 0.87 | 0 | 0.21 | 0.29 |
| HSL | 165.19º | 0.77% | 0.4% | - |
| HSV(B) | 165.19º | 0.87% | 0.71% | - |
| XYZ | 22.06 | 35.63 | 31.7 | - |
| YUV | 130.31 | 135.15 | 52.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 182 | 143 | 0.87 | 0 | 0.21 | 0.29 | 165.19 | 0.77 | 0.4 |
| Hex | 18 | B6 | 8F | 57 | 0 | 15 | 1D | A5 | 4D | 28 |
| Octal | 30 | 266 | 217 | 127 | 0 | 25 | 35 | 245 | 115 | 50 |
| Binary | 11000 | 10110110 | 10001111 | 1010111 | 0 | 10101 | 11101 | 10100101 | 1001101 | 101000 |
Color Harmonies of #18B68F
Complementary color
Monochromatic Colors of #18B68F
Black with #18B68F
Text Example
Text Example
White with #18B68F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18B68F; }
p { color: rgb(24,182,143); }
H1.HeaderClassName
{
color: #18B68F;
}
.AnyTagClassName
{
color: #18B68F;
}
</style>
background-color css
<style>
a { background-color: #18B68F; }
a { background-color: rgb(24,182,143); }
div.DivClassName
{
background-color: #18B68F;
}
.BgClassName
{
background-color: #18B68F;
}
</style>
border-color css
<style>
span { border-color: #18B68F; }
span { border-color: rgb(24,182,143); }
td.TdClassName
{
border-color: #18B68F;
}
.TagClassName
{
border-color: #18B68F;
}
</style>