#80FDE1

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

Shades of Aquamarine #80FDE1

Tints of Aquamarine #80FDE1

Color information

#80FDE1 (or 0x80FDE1) is unknown color: approx Aquamarine. HEX triplet: 80, FD and E1. RGB value is (128,253,225). Sum of RGB (Red+Green+Blue) = 128+253+225=606 (80% of max value = 765). Red value is 128 (50.39% from 255 or 21.12% from 606); Green value is 253 (99.22% from 255 or 41.75% from 606); Blue value is 225 (88.28% from 255 or 37.13% from 606); Max value from RGB is 253 - color contains mainly: green. Hex color #80FDE1 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #80FDE1 is #7F021E. Grayscale: #D4D4D4. Windows color (decimal): -8323615 or 14810496. OLE color: 14810496.

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

Color convert

RGB128253225-
CMYK0.4900.110.01
HSL166.56º96.9%74.71%-
HSV(B)166.56º49.41%99.22%-
XYZ57.6280.2883.69-
YUV212.43135.0967.78-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 21.12%
GREEN value IS 253 (99.22% from 255) = 41.75%
BLUE value IS 225 (88.28% from 255) = 37.13%
R=21.12%
G=41.75%
B=37.13%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1282532250.4900.110.01166.5696.974.71
Hex80FDE1310B1a7614b
Octal200375341610131247141113
Binary1000000011111101111000011100010101111010011111000011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80FDE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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