Shades of Bay Leaf #80B08E
Tints of Bay Leaf #80B08E
RGB
CMYK
RGB Variations
Color information
#80B08E (or 0x80B08E) is known color: Bay Leaf. HEX triplet: 80, B0 and 8E. RGB value is (128,176,142). Sum of RGB (Red+Green+Blue) = 128+176+142=446 (59% of max value = 765). Red value is 128 (50.39% from 255 or 28.70% from 446); Green value is 176 (69.14% from 255 or 39.46% from 446); Blue value is 142 (55.86% from 255 or 31.84% from 446); Max value from RGB is 176 - color contains mainly: green. Hex color #80B08E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #80B08E is #7F4F71. Grayscale: #9D9D9D. Windows color (decimal): -8343410 or 9351296. OLE color: 9351296.
HSL color Cylindrical-coordinate representation of color #80B08E: hue angle of 137.5º degrees, saturation: 0.23, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #80B08E is Cyan = 0.27, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 128 | 176 | 142 | - |
| CMYK | 0.27 | 0 | 0.19 | 0.31 |
| HSL | 137.5º | 0.23% | 0.6% | - |
| HSV(B) | 137.5º | 0.27% | 0.69% | - |
| XYZ | 29.31 | 37.59 | 31.3 | - |
| YUV | 157.77 | 119.1 | 106.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 176 | 142 | 0.27 | 0 | 0.19 | 0.31 | 137.5 | 0.23 | 0.6 |
| Hex | 80 | B0 | 8E | 1B | 0 | 13 | 1F | 8A | 17 | 3C |
| Octal | 200 | 260 | 216 | 33 | 0 | 23 | 37 | 212 | 27 | 74 |
| Binary | 10000000 | 10110000 | 10001110 | 11011 | 0 | 10011 | 11111 | 10001010 | 10111 | 111100 |
Color Harmonies of #80B08E
Complementary color
Monochromatic Colors of #80B08E
Black with #80B08E
Text Example
Text Example
White with #80B08E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80B08E; }
p { color: rgb(128,176,142); }
H1.HeaderClassName
{
color: #80B08E;
}
.AnyTagClassName
{
color: #80B08E;
}
</style>
background-color css
<style>
a { background-color: #80B08E; }
a { background-color: rgb(128,176,142); }
div.DivClassName
{
background-color: #80B08E;
}
.BgClassName
{
background-color: #80B08E;
}
</style>
border-color css
<style>
span { border-color: #80B08E; }
span { border-color: rgb(128,176,142); }
td.TdClassName
{
border-color: #80B08E;
}
.TagClassName
{
border-color: #80B08E;
}
</style>