Shades of Bay Leaf #80B18E
Tints of Bay Leaf #80B18E
RGB
CMYK
RGB Variations
Color information
#80B18E (or 0x80B18E) is known color: Bay Leaf. HEX triplet: 80, B1 and 8E. RGB value is (128,177,142). Sum of RGB (Red+Green+Blue) = 128+177+142=447 (59% of max value = 765). Red value is 128 (50.39% from 255 or 28.64% from 447); Green value is 177 (69.53% from 255 or 39.60% from 447); Blue value is 142 (55.86% from 255 or 31.77% from 447); Max value from RGB is 177 - color contains mainly: green. Hex color #80B18E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #80B18E is #7F4E71. Grayscale: #9E9E9E. Windows color (decimal): -8343154 or 9351552. OLE color: 9351552.
HSL color Cylindrical-coordinate representation of color #80B18E: hue angle of 137.14º degrees, saturation: 0.24, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #80B18E is Cyan = 0.28, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 128 | 177 | 142 | - |
| CMYK | 0.28 | 0 | 0.20 | 0.31 |
| HSL | 137.14º | 0.24% | 0.6% | - |
| HSV(B) | 137.14º | 0.28% | 0.69% | - |
| XYZ | 29.51 | 37.99 | 31.37 | - |
| YUV | 158.36 | 118.77 | 106.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 177 | 142 | 0.28 | 0 | 0.20 | 0.31 | 137.14 | 0.24 | 0.6 |
| Hex | 80 | B1 | 8E | 1C | 0 | 14 | 1F | 89 | 18 | 3C |
| Octal | 200 | 261 | 216 | 34 | 0 | 24 | 37 | 211 | 30 | 74 |
| Binary | 10000000 | 10110001 | 10001110 | 11100 | 0 | 10100 | 11111 | 10001001 | 11000 | 111100 |
Color Harmonies of #80B18E
Complementary color
Monochromatic Colors of #80B18E
Black with #80B18E
Text Example
Text Example
White with #80B18E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80B18E; }
p { color: rgb(128,177,142); }
H1.HeaderClassName
{
color: #80B18E;
}
.AnyTagClassName
{
color: #80B18E;
}
</style>
background-color css
<style>
a { background-color: #80B18E; }
a { background-color: rgb(128,177,142); }
div.DivClassName
{
background-color: #80B18E;
}
.BgClassName
{
background-color: #80B18E;
}
</style>
border-color css
<style>
span { border-color: #80B18E; }
span { border-color: rgb(128,177,142); }
td.TdClassName
{
border-color: #80B18E;
}
.TagClassName
{
border-color: #80B18E;
}
</style>