Shades of Mountain Meadow #1BBE8C
Tints of Mountain Meadow #1BBE8C
RGB
CMYK
RGB Variations
Color information
#1BBE8C (or 0x1BBE8C) is known color: Mountain Meadow. HEX triplet: 1B, BE and 8C. RGB value is (27,190,140). Sum of RGB (Red+Green+Blue) = 27+190+140=357 (47% of max value = 765). Red value is 27 (10.94% from 255 or 7.56% from 357); Green value is 190 (74.61% from 255 or 53.22% from 357); Blue value is 140 (55.08% from 255 or 39.22% from 357); Max value from RGB is 190 - color contains mainly: green. Hex color #1BBE8C is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1BBE8C is #E44173. Grayscale: #878787. Windows color (decimal): -14958964 or 9223707. OLE color: 9223707.
HSL color Cylindrical-coordinate representation of color #1BBE8C: hue angle of 161.6º degrees, saturation: 0.75, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1BBE8C is Cyan = 0.86, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 27 | 190 | 140 | - |
| CMYK | 0.86 | 0 | 0.26 | 0.25 |
| HSL | 161.6º | 0.75% | 0.43% | - |
| HSV(B) | 161.6º | 0.86% | 0.75% | - |
| XYZ | 23.6 | 38.95 | 31.09 | - |
| YUV | 135.56 | 130.5 | 50.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 190 | 140 | 0.86 | 0 | 0.26 | 0.25 | 161.6 | 0.75 | 0.43 |
| Hex | 1B | BE | 8C | 56 | 0 | 1A | 19 | A2 | 4B | 2B |
| Octal | 33 | 276 | 214 | 126 | 0 | 32 | 31 | 242 | 113 | 53 |
| Binary | 11011 | 10111110 | 10001100 | 1010110 | 0 | 11010 | 11001 | 10100010 | 1001011 | 101011 |
Color Harmonies of #1BBE8C
Complementary color
Monochromatic Colors of #1BBE8C
Black with #1BBE8C
Text Example
Text Example
White with #1BBE8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BBE8C; }
p { color: rgb(27,190,140); }
H1.HeaderClassName
{
color: #1BBE8C;
}
.AnyTagClassName
{
color: #1BBE8C;
}
</style>
background-color css
<style>
a { background-color: #1BBE8C; }
a { background-color: rgb(27,190,140); }
div.DivClassName
{
background-color: #1BBE8C;
}
.BgClassName
{
background-color: #1BBE8C;
}
</style>
border-color css
<style>
span { border-color: #1BBE8C; }
span { border-color: rgb(27,190,140); }
td.TdClassName
{
border-color: #1BBE8C;
}
.TagClassName
{
border-color: #1BBE8C;
}
</style>