#80FFE2

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

Shades of Aquamarine #80FFE2

Tints of Aquamarine #80FFE2

Color information

#80FFE2 (or 0x80FFE2) is unknown color: approx Aquamarine. HEX triplet: 80, FF and E2. RGB value is (128,255,226). Sum of RGB (Red+Green+Blue) = 128+255+226=609 (80% of max value = 765). Red value is 128 (50.39% from 255 or 21.02% from 609); Green value is 255 (100% from 255 or 41.87% from 609); Blue value is 226 (88.67% from 255 or 37.11% from 609); Max value from RGB is 255 - color contains mainly: green. Hex color #80FFE2 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #80FFE2 is #7F001D. Grayscale: #D5D5D5. Windows color (decimal): -8323102 or 14876544. OLE color: 14876544.

HSL color Cylindrical-coordinate representation of color #80FFE2: hue angle of 166.3º 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 #80FFE2 is Cyan = 0.50, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.

Color convert

RGB128255226-
CMYK0.5000.110
HSL166.3º100%75.1%-
HSV(B)166.3º49.8%100%-
XYZ58.3981.684.62-
YUV213.72134.9266.86-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 21.02%
GREEN value IS 255 (100% from 255) = 41.87%
BLUE value IS 226 (88.67% from 255) = 37.11%
R=21.02%
G=41.87%
B=37.11%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1282552260.5000.110166.310075.1
Hex80FFE2320B0a6644b
Octal200377342620130246144113
Binary1000000011111111111000101100100101101010011011001001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80FFE2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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