#80AB8D

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

Shades of Bay Leaf #80AB8D

Tints of Bay Leaf #80AB8D

Color information

#80AB8D (or 0x80AB8D) is unknown color: approx Bay Leaf. HEX triplet: 80, AB and 8D. RGB value is (128,171,141). Sum of RGB (Red+Green+Blue) = 128+171+141=440 (58% of max value = 765). Red value is 128 (50.39% from 255 or 29.09% from 440); Green value is 171 (67.19% from 255 or 38.86% from 440); Blue value is 141 (55.47% from 255 or 32.05% from 440); Max value from RGB is 171 - color contains mainly: green. Hex color #80AB8D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #80AB8D is #7F5472. Grayscale: #9A9A9A. Windows color (decimal): -8344691 or 9284480. OLE color: 9284480.

HSL color Cylindrical-coordinate representation of color #80AB8D: hue angle of 138.14º degrees, saturation: 0.2, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #80AB8D is Cyan = 0.25, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.33.

Color convert

RGB128171141-
CMYK0.2500.180.33
HSL138.14º20.38%58.63%-
HSV(B)138.14º25.15%67.06%-
XYZ28.2735.6430.59-
YUV154.72120.25108.94-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 29.09%
GREEN value IS 171 (67.19% from 255) = 38.86%
BLUE value IS 141 (55.47% from 255) = 32.05%
R=29.09%
G=38.86%
B=32.05%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1281711410.2500.180.33138.1420.3858.63
Hex80AB8D19012218a143b
Octal20025321531022412122473
Binary100000001010101110001101110010100101000011000101010100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80AB8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #80AB8D; }

 p { color: rgb(128,171,141); }

 H1.HeaderClassName
 {
   color: #80AB8D;
 }
 .AnyTagClassName
 {
   color: #80AB8D;
 }
</style>
background-color css

<style>
 a { background-color: #80AB8D; }

 a { background-color: rgb(128,171,141); }

 div.DivClassName
 {
   background-color: #80AB8D;
 }
 .BgClassName
 {
   background-color: #80AB8D;
 }
</style>
border-color css

<style>
 span { border-color: #80AB8D; }

 span { border-color: rgb(128,171,141); }

 td.TdClassName
 {
   border-color: #80AB8D;
 }
 .TagClassName
 {
   border-color: #80AB8D;
 }
</style>