#80FAE2

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

Shades of Aquamarine #80FAE2

Tints of Aquamarine #80FAE2

Color information

#80FAE2 (or 0x80FAE2) is unknown color: approx Aquamarine. HEX triplet: 80, FA and E2. RGB value is (128,250,226). Sum of RGB (Red+Green+Blue) = 128+250+226=604 (80% of max value = 765). Red value is 128 (50.39% from 255 or 21.19% from 604); Green value is 250 (98.05% from 255 or 41.39% from 604); Blue value is 226 (88.67% from 255 or 37.42% from 604); Max value from RGB is 250 - color contains mainly: green. Hex color #80FAE2 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #80FAE2 is #7F051D. Grayscale: #D2D2D2. Windows color (decimal): -8324382 or 14875264. OLE color: 14875264.

HSL color Cylindrical-coordinate representation of color #80FAE2: hue angle of 168.2º 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 #80FAE2 is Cyan = 0.49, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.02.

Color convert

RGB128250226-
CMYK0.4900.100.02
HSL168.2º92.42%74.12%-
HSV(B)168.2º48.8%98.04%-
XYZ56.8278.4584.1-
YUV210.79136.5868.95-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 21.19%
GREEN value IS 250 (98.05% from 255) = 41.39%
BLUE value IS 226 (88.67% from 255) = 37.42%
R=21.19%
G=41.39%
B=37.42%

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
Decimal1282502260.4900.100.02168.292.4274.12
Hex80FAE2310A2a85c4a
Octal200372342610122250134112
Binary10000000111110101110001011000101010101010100010111001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80FAE2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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