#80F4DA

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

Shades of Aquamarine #80F4DA

Tints of Aquamarine #80F4DA

Color information

#80F4DA (or 0x80F4DA) is unknown color: approx Aquamarine. HEX triplet: 80, F4 and DA. RGB value is (128,244,218). Sum of RGB (Red+Green+Blue) = 128+244+218=590 (78% of max value = 765). Red value is 128 (50.39% from 255 or 21.69% from 590); Green value is 244 (95.70% from 255 or 41.36% from 590); Blue value is 218 (85.55% from 255 or 36.95% from 590); Max value from RGB is 244 - color contains mainly: green. Hex color #80F4DA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #80F4DA is #7F0B25. Grayscale: #CECECE. Windows color (decimal): -8325926 or 14349440. OLE color: 14349440.

HSL color Cylindrical-coordinate representation of color #80F4DA: hue angle of 166.55º degrees, saturation: 0.84, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #80F4DA is Cyan = 0.48, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.04.

Color convert

RGB128244218-
CMYK0.4800.110.04
HSL166.55º84.06%72.94%-
HSV(B)166.55º47.54%95.69%-
XYZ53.9174.3577.84-
YUV206.35134.5772.11-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 21.69%
GREEN value IS 244 (95.70% from 255) = 41.36%
BLUE value IS 218 (85.55% from 255) = 36.95%
R=21.69%
G=41.36%
B=36.95%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1282442180.4800.110.04166.5584.0672.94
Hex80F4DA300B4a75449
Octal200364332600134247124111
Binary100000001111010011011010110000010111001010011110101001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80F4DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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