#80C08E

Color #80C08E Bay Leaf (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bay Leaf #80C08E

Tints of Bay Leaf #80C08E

Color information

#80C08E (or 0x80C08E) is unknown color: approx 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

RGB128192142-
CMYK0.3300.260.25
HSL133.12º33.68%62.75%-
HSV(B)133.12º33.33%75.29%-
XYZ32.6344.2432.41-
YUV167.16113.8100.07-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 128 (50.39% from 255) = 27.71%
GREEN value IS 192 (75.39% from 255) = 41.56%
BLUE value IS 142 (55.86% from 255) = 30.74%
R=27.71%
G=41.56%
B=30.74%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1281921420.3300.260.25133.1233.6862.75
Hex80C08E2101A1985223f
Octal20030021641032312054277
Binary1000000011000000100011101000010110101100110000101100010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80C08E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>