Shades of Bay Leaf #80BA8E
Tints of Bay Leaf #80BA8E
RGB
CMYK
RGB Variations
Color information
#80BA8E (or 0x80BA8E) is known color: Bay Leaf. HEX triplet: 80, BA and 8E. RGB value is (128,186,142). Sum of RGB (Red+Green+Blue) = 128+186+142=456 (60% of max value = 765). Red value is 128 (50.39% from 255 or 28.07% from 456); Green value is 186 (73.05% from 255 or 40.79% from 456); Blue value is 142 (55.86% from 255 or 31.14% from 456); Max value from RGB is 186 - color contains mainly: green. Hex color #80BA8E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #80BA8E is #7F4571. Grayscale: #A3A3A3. Windows color (decimal): -8340850 or 9353856. OLE color: 9353856.
HSL color Cylindrical-coordinate representation of color #80BA8E: hue angle of 134.48º degrees, saturation: 0.3, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #80BA8E is Cyan = 0.31, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 128 | 186 | 142 | - |
| CMYK | 0.31 | 0 | 0.24 | 0.27 |
| HSL | 134.48º | 0.3% | 0.62% | - |
| HSV(B) | 134.48º | 0.31% | 0.73% | - |
| XYZ | 31.34 | 41.66 | 31.98 | - |
| YUV | 163.64 | 115.78 | 102.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 186 | 142 | 0.31 | 0 | 0.24 | 0.27 | 134.48 | 0.3 | 0.62 |
| Hex | 80 | BA | 8E | 1F | 0 | 18 | 1B | 86 | 1E | 3E |
| Octal | 200 | 272 | 216 | 37 | 0 | 30 | 33 | 206 | 36 | 76 |
| Binary | 10000000 | 10111010 | 10001110 | 11111 | 0 | 11000 | 11011 | 10000110 | 11110 | 111110 |
Color Harmonies of #80BA8E
Complementary color
Monochromatic Colors of #80BA8E
Black with #80BA8E
Text Example
Text Example
White with #80BA8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80BA8E; }
p { color: rgb(128,186,142); }
H1.HeaderClassName
{
color: #80BA8E;
}
.AnyTagClassName
{
color: #80BA8E;
}
</style>
background-color css
<style>
a { background-color: #80BA8E; }
a { background-color: rgb(128,186,142); }
div.DivClassName
{
background-color: #80BA8E;
}
.BgClassName
{
background-color: #80BA8E;
}
</style>
border-color css
<style>
span { border-color: #80BA8E; }
span { border-color: rgb(128,186,142); }
td.TdClassName
{
border-color: #80BA8E;
}
.TagClassName
{
border-color: #80BA8E;
}
</style>