Shades of Bay Leaf #80C08E
Tints of Bay Leaf #80C08E
RGB
CMYK
RGB Variations
Color information
#80C08E (or 0x80C08E) is known color: Bay Leaf. HEX triplet: 80, C0 and 8E. RGB value is (128,192,142). Sum of RGB (Red+Green+Blue) = 128+192+142=462 (61% of max value = 765). Red value is 128 (50.39% from 255 or 27.71% from 462); Green value is 192 (75.39% from 255 or 41.56% from 462); Blue value is 142 (55.86% from 255 or 30.74% from 462); Max value from RGB is 192 - color contains mainly: green. Hex color #80C08E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #80C08E is #7F3F71. Grayscale: #A7A7A7. Windows color (decimal): -8339314 or 9355392. OLE color: 9355392.
HSL color Cylindrical-coordinate representation of color #80C08E: hue angle of 133.12º degrees, saturation: 0.34, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #80C08E is Cyan = 0.33, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 128 | 192 | 142 | - |
| CMYK | 0.33 | 0 | 0.26 | 0.25 |
| HSL | 133.13º | 0.34% | 0.63% | - |
| HSV(B) | 133.13º | 0.33% | 0.75% | - |
| XYZ | 32.63 | 44.24 | 32.41 | - |
| YUV | 167.16 | 113.8 | 100.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 192 | 142 | 0.33 | 0 | 0.26 | 0.25 | 133.13 | 0.34 | 0.63 |
| Hex | 80 | C0 | 8E | 21 | 0 | 1A | 19 | 85 | 22 | 3F |
| Octal | 200 | 300 | 216 | 41 | 0 | 32 | 31 | 205 | 42 | 77 |
| Binary | 10000000 | 11000000 | 10001110 | 100001 | 0 | 11010 | 11001 | 10000101 | 100010 | 111111 |
Color Harmonies of #80C08E
Complementary color
Monochromatic Colors of #80C08E
Black with #80C08E
Text Example
Text Example
White with #80C08E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80C08E; }
p { color: rgb(128,192,142); }
H1.HeaderClassName
{
color: #80C08E;
}
.AnyTagClassName
{
color: #80C08E;
}
</style>
background-color css
<style>
a { background-color: #80C08E; }
a { background-color: rgb(128,192,142); }
div.DivClassName
{
background-color: #80C08E;
}
.BgClassName
{
background-color: #80C08E;
}
</style>
border-color css
<style>
span { border-color: #80C08E; }
span { border-color: rgb(128,192,142); }
td.TdClassName
{
border-color: #80C08E;
}
.TagClassName
{
border-color: #80C08E;
}
</style>