Shades of Mountain Meadow #1BC988
Tints of Mountain Meadow #1BC988
RGB
CMYK
RGB Variations
Color information
#1BC988 (or 0x1BC988) is known color: Mountain Meadow. HEX triplet: 1B, C9 and 88. RGB value is (27,201,136). Sum of RGB (Red+Green+Blue) = 27+201+136=364 (48% of max value = 765). Red value is 27 (10.94% from 255 or 7.42% from 364); Green value is 201 (78.91% from 255 or 55.22% from 364); Blue value is 136 (53.52% from 255 or 37.36% from 364); Max value from RGB is 201 - color contains mainly: green. Hex color #1BC988 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1BC988 is #E43677. Grayscale: #8D8D8D. Windows color (decimal): -14956152 or 8964379. OLE color: 8964379.
HSL color Cylindrical-coordinate representation of color #1BC988: hue angle of 157.59º degrees, saturation: 0.76, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1BC988 is Cyan = 0.87, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 27 | 201 | 136 | - |
| CMYK | 0.87 | 0 | 0.32 | 0.21 |
| HSL | 157.59º | 0.76% | 0.45% | - |
| HSV(B) | 157.59º | 0.87% | 0.79% | - |
| XYZ | 25.78 | 43.78 | 30.38 | - |
| YUV | 141.56 | 124.85 | 46.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 201 | 136 | 0.87 | 0 | 0.32 | 0.21 | 157.59 | 0.76 | 0.45 |
| Hex | 1B | C9 | 88 | 57 | 0 | 20 | 15 | 9E | 4C | 2D |
| Octal | 33 | 311 | 210 | 127 | 0 | 40 | 25 | 236 | 114 | 55 |
| Binary | 11011 | 11001001 | 10001000 | 1010111 | 0 | 100000 | 10101 | 10011110 | 1001100 | 101101 |
Color Harmonies of #1BC988
Complementary color
Monochromatic Colors of #1BC988
Black with #1BC988
Text Example
Text Example
White with #1BC988
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BC988; }
p { color: rgb(27,201,136); }
H1.HeaderClassName
{
color: #1BC988;
}
.AnyTagClassName
{
color: #1BC988;
}
</style>
background-color css
<style>
a { background-color: #1BC988; }
a { background-color: rgb(27,201,136); }
div.DivClassName
{
background-color: #1BC988;
}
.BgClassName
{
background-color: #1BC988;
}
</style>
border-color css
<style>
span { border-color: #1BC988; }
span { border-color: rgb(27,201,136); }
td.TdClassName
{
border-color: #1BC988;
}
.TagClassName
{
border-color: #1BC988;
}
</style>