Shades of Mountain Meadow #18BB98
Tints of Mountain Meadow #18BB98
RGB
CMYK
RGB Variations
Color information
#18BB98 (or 0x18BB98) is known color: Mountain Meadow. HEX triplet: 18, BB and 98. RGB value is (24,187,152). Sum of RGB (Red+Green+Blue) = 24+187+152=363 (48% of max value = 765). Red value is 24 (9.77% from 255 or 6.61% from 363); Green value is 187 (73.44% from 255 or 51.52% from 363); Blue value is 152 (59.77% from 255 or 41.87% from 363); Max value from RGB is 187 - color contains mainly: green. Hex color #18BB98 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #18BB98 is #E74467. Grayscale: #868686. Windows color (decimal): -15156328 or 10009368. OLE color: 10009368.
HSL color Cylindrical-coordinate representation of color #18BB98: hue angle of 167.12º degrees, saturation: 0.77, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #18BB98 is Cyan = 0.87, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 24 | 187 | 152 | - |
| CMYK | 0.87 | 0 | 0.19 | 0.27 |
| HSL | 167.12º | 0.77% | 0.41% | - |
| HSV(B) | 167.12º | 0.87% | 0.73% | - |
| XYZ | 23.81 | 38 | 35.79 | - |
| YUV | 134.27 | 138 | 49.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 187 | 152 | 0.87 | 0 | 0.19 | 0.27 | 167.12 | 0.77 | 0.41 |
| Hex | 18 | BB | 98 | 57 | 0 | 13 | 1B | A7 | 4D | 29 |
| Octal | 30 | 273 | 230 | 127 | 0 | 23 | 33 | 247 | 115 | 51 |
| Binary | 11000 | 10111011 | 10011000 | 1010111 | 0 | 10011 | 11011 | 10100111 | 1001101 | 101001 |
Color Harmonies of #18BB98
Complementary color
Monochromatic Colors of #18BB98
Black with #18BB98
Text Example
Text Example
White with #18BB98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18BB98; }
p { color: rgb(24,187,152); }
H1.HeaderClassName
{
color: #18BB98;
}
.AnyTagClassName
{
color: #18BB98;
}
</style>
background-color css
<style>
a { background-color: #18BB98; }
a { background-color: rgb(24,187,152); }
div.DivClassName
{
background-color: #18BB98;
}
.BgClassName
{
background-color: #18BB98;
}
</style>
border-color css
<style>
span { border-color: #18BB98; }
span { border-color: rgb(24,187,152); }
td.TdClassName
{
border-color: #18BB98;
}
.TagClassName
{
border-color: #18BB98;
}
</style>