#80FAE0

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

Shades of Aquamarine #80FAE0

Tints of Aquamarine #80FAE0

Color information

#80FAE0 (or 0x80FAE0) is unknown color: approx Aquamarine. HEX triplet: 80, FA and E0. RGB value is (128,250,224). Sum of RGB (Red+Green+Blue) = 128+250+224=602 (79% of max value = 765). Red value is 128 (50.39% from 255 or 21.26% from 602); Green value is 250 (98.05% from 255 or 41.53% from 602); Blue value is 224 (87.89% from 255 or 37.21% from 602); Max value from RGB is 250 - color contains mainly: green. Hex color #80FAE0 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #80FAE0 is #7F051F. Grayscale: #D2D2D2. Windows color (decimal): -8324384 or 14744192. OLE color: 14744192.

HSL color Cylindrical-coordinate representation of color #80FAE0: hue angle of 167.21º degrees, saturation: 0.92, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #80FAE0 is Cyan = 0.49, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.02.

Color convert

RGB128250224-
CMYK0.4900.100.02
HSL167.21º92.42%74.12%-
HSV(B)167.21º48.8%98.04%-
XYZ56.5478.3482.66-
YUV210.56135.5869.11-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 21.26%
GREEN value IS 250 (98.05% from 255) = 41.53%
BLUE value IS 224 (87.89% from 255) = 37.21%
R=21.26%
G=41.53%
B=37.21%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1282502240.4900.100.02167.2192.4274.12
Hex80FAE0310A2a75c4a
Octal200372340610122247134112
Binary10000000111110101110000011000101010101010011110111001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80FAE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(128,250,224); }

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

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

 a { background-color: rgb(128,250,224); }

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

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

 span { border-color: rgb(128,250,224); }

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