#80CEA1

Color #80CEA1 Summer Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Summer Green #80CEA1

Tints of Summer Green #80CEA1

Color information

#80CEA1 (or 0x80CEA1) is unknown color: approx Summer Green. HEX triplet: 80, CE and A1. RGB value is (128,206,161). Sum of RGB (Red+Green+Blue) = 128+206+161=495 (65% of max value = 765). Red value is 128 (50.39% from 255 or 25.86% from 495); Green value is 206 (80.86% from 255 or 41.62% from 495); Blue value is 161 (63.28% from 255 or 32.53% from 495); Max value from RGB is 206 - color contains mainly: green. Hex color #80CEA1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #80CEA1 is #7F315E. Grayscale: #B1B1B1. Windows color (decimal): -8335711 or 10604160. OLE color: 10604160.

HSL color Cylindrical-coordinate representation of color #80CEA1: hue angle of 145.38º degrees, saturation: 0.44, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #80CEA1 is Cyan = 0.38, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.19.

Color convert

RGB128206161-
CMYK0.3800.220.19
HSL145.38º44.32%65.49%-
HSV(B)145.38º37.86%80.78%-
XYZ37.4151.3141.65-
YUV177.55118.6692.66-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 25.86%
GREEN value IS 206 (80.86% from 255) = 41.62%
BLUE value IS 161 (63.28% from 255) = 32.53%
R=25.86%
G=41.62%
B=32.53%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1282061610.3800.220.19145.3844.3265.49
Hex80CEA12601613912c41
Octal200316241460262322154101
Binary10000000110011101010000110011001011010011100100011011001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80CEA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(128,206,161); }

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

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

 a { background-color: rgb(128,206,161); }

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

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

 span { border-color: rgb(128,206,161); }

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