#80FFDA

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

Shades of Aquamarine #80FFDA

Tints of Aquamarine #80FFDA

Color information

#80FFDA (or 0x80FFDA) is unknown color: approx Aquamarine. HEX triplet: 80, FF and DA. RGB value is (128,255,218). Sum of RGB (Red+Green+Blue) = 128+255+218=601 (79% of max value = 765). Red value is 128 (50.39% from 255 or 21.30% from 601); Green value is 255 (100% from 255 or 42.43% from 601); Blue value is 218 (85.55% from 255 or 36.27% from 601); Max value from RGB is 255 - color contains mainly: green. Hex color #80FFDA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #80FFDA is #7F0025. Grayscale: #D4D4D4. Windows color (decimal): -8323110 or 14352256. OLE color: 14352256.

HSL color Cylindrical-coordinate representation of color #80FFDA: hue angle of 162.52º degrees, saturation: 1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #80FFDA is Cyan = 0.50, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.

Color convert

RGB128255218-
CMYK0.5000.150
HSL162.52º100%75.1%-
HSV(B)162.52º49.8%100%-
XYZ57.3281.1778.98-
YUV212.81130.9267.51-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 21.30%
GREEN value IS 255 (100% from 255) = 42.43%
BLUE value IS 218 (85.55% from 255) = 36.27%
R=21.30%
G=42.43%
B=36.27%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1282552180.5000.150162.5210075.1
Hex80FFDA320F0a3644b
Octal200377332620170243144113
Binary1000000011111111110110101100100111101010001111001001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80FFDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(128,255,218); }

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

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

 a { background-color: rgb(128,255,218); }

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

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

 span { border-color: rgb(128,255,218); }

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