Shades of Mountain Meadow #1BB388
Tints of Mountain Meadow #1BB388
RGB
CMYK
RGB Variations
Color information
#1BB388 (or 0x1BB388) is known color: Mountain Meadow. HEX triplet: 1B, B3 and 88. RGB value is (27,179,136). Sum of RGB (Red+Green+Blue) = 27+179+136=342 (45% of max value = 765). Red value is 27 (10.94% from 255 or 7.89% from 342); Green value is 179 (70.31% from 255 or 52.34% from 342); Blue value is 136 (53.52% from 255 or 39.77% from 342); Max value from RGB is 179 - color contains mainly: green. Hex color #1BB388 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1BB388 is #E44C77. Grayscale: #808080. Windows color (decimal): -14961784 or 8958747. OLE color: 8958747.
HSL color Cylindrical-coordinate representation of color #1BB388: hue angle of 163.03º degrees, saturation: 0.74, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1BB388 is Cyan = 0.85, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 27 | 179 | 136 | - |
| CMYK | 0.85 | 0 | 0.24 | 0.30 |
| HSL | 163.03º | 0.74% | 0.4% | - |
| HSV(B) | 163.03º | 0.85% | 0.7% | - |
| XYZ | 21.02 | 34.25 | 28.8 | - |
| YUV | 128.65 | 132.14 | 55.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 179 | 136 | 0.85 | 0 | 0.24 | 0.30 | 163.03 | 0.74 | 0.4 |
| Hex | 1B | B3 | 88 | 55 | 0 | 18 | 1E | A3 | 4A | 28 |
| Octal | 33 | 263 | 210 | 125 | 0 | 30 | 36 | 243 | 112 | 50 |
| Binary | 11011 | 10110011 | 10001000 | 1010101 | 0 | 11000 | 11110 | 10100011 | 1001010 | 101000 |
Color Harmonies of #1BB388
Complementary color
Monochromatic Colors of #1BB388
Black with #1BB388
Text Example
Text Example
White with #1BB388
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BB388; }
p { color: rgb(27,179,136); }
H1.HeaderClassName
{
color: #1BB388;
}
.AnyTagClassName
{
color: #1BB388;
}
</style>
background-color css
<style>
a { background-color: #1BB388; }
a { background-color: rgb(27,179,136); }
div.DivClassName
{
background-color: #1BB388;
}
.BgClassName
{
background-color: #1BB388;
}
</style>
border-color css
<style>
span { border-color: #1BB388; }
span { border-color: rgb(27,179,136); }
td.TdClassName
{
border-color: #1BB388;
}
.TagClassName
{
border-color: #1BB388;
}
</style>