Shades of Mountain Meadow #18B38C
Tints of Mountain Meadow #18B38C
RGB
CMYK
RGB Variations
Color information
#18B38C (or 0x18B38C) is known color: Mountain Meadow. HEX triplet: 18, B3 and 8C. RGB value is (24,179,140). Sum of RGB (Red+Green+Blue) = 24+179+140=343 (45% of max value = 765). Red value is 24 (9.77% from 255 or 7.00% from 343); Green value is 179 (70.31% from 255 or 52.19% from 343); Blue value is 140 (55.08% from 255 or 40.82% from 343); Max value from RGB is 179 - color contains mainly: green. Hex color #18B38C is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #18B38C is #E74C73. Grayscale: #808080. Windows color (decimal): -15158388 or 9220888. OLE color: 9220888.
HSL color Cylindrical-coordinate representation of color #18B38C: hue angle of 164.9º degrees, saturation: 0.76, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #18B38C is Cyan = 0.87, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 24 | 179 | 140 | - |
| CMYK | 0.87 | 0 | 0.22 | 0.30 |
| HSL | 164.9º | 0.76% | 0.4% | - |
| HSV(B) | 164.9º | 0.87% | 0.7% | - |
| XYZ | 21.23 | 34.33 | 30.32 | - |
| YUV | 128.21 | 134.65 | 53.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 179 | 140 | 0.87 | 0 | 0.22 | 0.30 | 164.9 | 0.76 | 0.4 |
| Hex | 18 | B3 | 8C | 57 | 0 | 16 | 1E | A5 | 4C | 28 |
| Octal | 30 | 263 | 214 | 127 | 0 | 26 | 36 | 245 | 114 | 50 |
| Binary | 11000 | 10110011 | 10001100 | 1010111 | 0 | 10110 | 11110 | 10100101 | 1001100 | 101000 |
Color Harmonies of #18B38C
Complementary color
Monochromatic Colors of #18B38C
Black with #18B38C
Text Example
Text Example
White with #18B38C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18B38C; }
p { color: rgb(24,179,140); }
H1.HeaderClassName
{
color: #18B38C;
}
.AnyTagClassName
{
color: #18B38C;
}
</style>
background-color css
<style>
a { background-color: #18B38C; }
a { background-color: rgb(24,179,140); }
div.DivClassName
{
background-color: #18B38C;
}
.BgClassName
{
background-color: #18B38C;
}
</style>
border-color css
<style>
span { border-color: #18B38C; }
span { border-color: rgb(24,179,140); }
td.TdClassName
{
border-color: #18B38C;
}
.TagClassName
{
border-color: #18B38C;
}
</style>