#80FDE8

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

Shades of Aquamarine #80FDE8

Tints of Aquamarine #80FDE8

Color information

#80FDE8 (or 0x80FDE8) is unknown color: approx Aquamarine. HEX triplet: 80, FD and E8. RGB value is (128,253,232). Sum of RGB (Red+Green+Blue) = 128+253+232=613 (81% of max value = 765). Red value is 128 (50.39% from 255 or 20.88% from 613); Green value is 253 (99.22% from 255 or 41.27% from 613); Blue value is 232 (91.02% from 255 or 37.85% from 613); Max value from RGB is 253 - color contains mainly: green. Hex color #80FDE8 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #80FDE8 is #7F0217. Grayscale: #D5D5D5. Windows color (decimal): -8323608 or 15269248. OLE color: 15269248.

HSL color Cylindrical-coordinate representation of color #80FDE8: hue angle of 169.92º degrees, saturation: 0.97, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #80FDE8 is Cyan = 0.49, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.01.

Color convert

RGB128253232-
CMYK0.4900.080.01
HSL169.92º96.9%74.71%-
HSV(B)169.92º49.41%99.22%-
XYZ58.5980.6788.83-
YUV213.23138.5967.21-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 20.88%
GREEN value IS 253 (99.22% from 255) = 41.27%
BLUE value IS 232 (91.02% from 255) = 37.85%
R=20.88%
G=41.27%
B=37.85%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1282532320.4900.080.01169.9296.974.71
Hex80FDE831081aa614b
Octal200375350610101252141113
Binary1000000011111101111010001100010100011010101011000011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80FDE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(128,253,232); }

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

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

 a { background-color: rgb(128,253,232); }

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

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

 span { border-color: rgb(128,253,232); }

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