Shades of Mountain Meadow #1BBC8B
Tints of Mountain Meadow #1BBC8B
RGB
CMYK
RGB Variations
Color information
#1BBC8B (or 0x1BBC8B) is known color: Mountain Meadow. HEX triplet: 1B, BC and 8B. RGB value is (27,188,139). Sum of RGB (Red+Green+Blue) = 27+188+139=354 (46% of max value = 765). Red value is 27 (10.94% from 255 or 7.63% from 354); Green value is 188 (73.83% from 255 or 53.11% from 354); Blue value is 139 (54.69% from 255 or 39.27% from 354); Max value from RGB is 188 - color contains mainly: green. Hex color #1BBC8B is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1BBC8B is #E44374. Grayscale: #868686. Windows color (decimal): -14959477 or 9157659. OLE color: 9157659.
HSL color Cylindrical-coordinate representation of color #1BBC8B: hue angle of 161.74º degrees, saturation: 0.75, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1BBC8B is Cyan = 0.86, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 27 | 188 | 139 | - |
| CMYK | 0.86 | 0 | 0.26 | 0.26 |
| HSL | 161.74º | 0.75% | 0.42% | - |
| HSV(B) | 161.74º | 0.86% | 0.74% | - |
| XYZ | 23.1 | 38.06 | 30.56 | - |
| YUV | 134.28 | 130.66 | 51.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 188 | 139 | 0.86 | 0 | 0.26 | 0.26 | 161.74 | 0.75 | 0.42 |
| Hex | 1B | BC | 8B | 56 | 0 | 1A | 1A | A2 | 4B | 2A |
| Octal | 33 | 274 | 213 | 126 | 0 | 32 | 32 | 242 | 113 | 52 |
| Binary | 11011 | 10111100 | 10001011 | 1010110 | 0 | 11010 | 11010 | 10100010 | 1001011 | 101010 |
Color Harmonies of #1BBC8B
Complementary color
Monochromatic Colors of #1BBC8B
Black with #1BBC8B
Text Example
Text Example
White with #1BBC8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BBC8B; }
p { color: rgb(27,188,139); }
H1.HeaderClassName
{
color: #1BBC8B;
}
.AnyTagClassName
{
color: #1BBC8B;
}
</style>
background-color css
<style>
a { background-color: #1BBC8B; }
a { background-color: rgb(27,188,139); }
div.DivClassName
{
background-color: #1BBC8B;
}
.BgClassName
{
background-color: #1BBC8B;
}
</style>
border-color css
<style>
span { border-color: #1BBC8B; }
span { border-color: rgb(27,188,139); }
td.TdClassName
{
border-color: #1BBC8B;
}
.TagClassName
{
border-color: #1BBC8B;
}
</style>