#80CEA0

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

Shades of Summer Green #80CEA0

Tints of Summer Green #80CEA0

Color information

#80CEA0 (or 0x80CEA0) is unknown color: approx Summer Green. HEX triplet: 80, CE and A0. RGB value is (128,206,160). Sum of RGB (Red+Green+Blue) = 128+206+160=494 (65% of max value = 765). Red value is 128 (50.39% from 255 or 25.91% from 494); Green value is 206 (80.86% from 255 or 41.70% from 494); Blue value is 160 (62.89% from 255 or 32.39% from 494); Max value from RGB is 206 - color contains mainly: green. Hex color #80CEA0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #80CEA0 is #7F315F. Grayscale: #B1B1B1. Windows color (decimal): -8335712 or 10538624. OLE color: 10538624.

HSL color Cylindrical-coordinate representation of color #80CEA0: hue angle of 144.62º 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 #80CEA0 is Cyan = 0.38, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.19.

Color convert

RGB128206160-
CMYK0.3800.220.19
HSL144.62º44.32%65.49%-
HSV(B)144.62º37.86%80.78%-
XYZ37.3251.2741.19-
YUV177.43118.1692.74-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 25.91%
GREEN value IS 206 (80.86% from 255) = 41.70%
BLUE value IS 160 (62.89% from 255) = 32.39%
R=25.91%
G=41.70%
B=32.39%

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
Decimal1282061600.3800.220.19144.6244.3265.49
Hex80CEA02601613912c41
Octal200316240460262322154101
Binary10000000110011101010000010011001011010011100100011011001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80CEA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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