#80CFA0

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

Shades of Summer Green #80CFA0

Tints of Summer Green #80CFA0

Color information

#80CFA0 (or 0x80CFA0) is unknown color: approx Summer Green. HEX triplet: 80, CF and A0. RGB value is (128,207,160). Sum of RGB (Red+Green+Blue) = 128+207+160=495 (65% of max value = 765). Red value is 128 (50.39% from 255 or 25.86% from 495); Green value is 207 (81.25% from 255 or 41.82% from 495); Blue value is 160 (62.89% from 255 or 32.32% from 495); Max value from RGB is 207 - color contains mainly: green. Hex color #80CFA0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #80CFA0 is #7F305F. Grayscale: #B2B2B2. Windows color (decimal): -8335456 or 10538880. OLE color: 10538880.

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

Color convert

RGB128207160-
CMYK0.3800.230.19
HSL144.3º45.14%65.69%-
HSV(B)144.3º38.16%81.18%-
XYZ37.5651.7541.27-
YUV178.02117.8392.32-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 25.86%
GREEN value IS 207 (81.25% from 255) = 41.82%
BLUE value IS 160 (62.89% from 255) = 32.32%
R=25.86%
G=41.82%
B=32.32%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1282071600.3800.230.19144.345.1465.69
Hex80CFA02601713902d42
Octal200317240460272322055102
Binary10000000110011111010000010011001011110011100100001011011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80CFA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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