#80FFE9

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

Shades of Aquamarine #80FFE9

Tints of Aquamarine #80FFE9

Color information

#80FFE9 (or 0x80FFE9) is unknown color: approx Aquamarine. HEX triplet: 80, FF and E9. RGB value is (128,255,233). Sum of RGB (Red+Green+Blue) = 128+255+233=616 (81% of max value = 765). Red value is 128 (50.39% from 255 or 20.78% from 616); Green value is 255 (100% from 255 or 41.40% from 616); Blue value is 233 (91.41% from 255 or 37.82% from 616); Max value from RGB is 255 - color contains mainly: green. Hex color #80FFE9 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #80FFE9 is #7F0016. Grayscale: #D6D6D6. Windows color (decimal): -8323095 or 15335296. OLE color: 15335296.

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

Color convert

RGB128255233-
CMYK0.5000.090
HSL169.61º100%75.1%-
HSV(B)169.61º49.8%100%-
XYZ59.3781.9989.79-
YUV214.52138.4266.29-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 20.78%
GREEN value IS 255 (100% from 255) = 41.40%
BLUE value IS 233 (91.41% from 255) = 37.82%
R=20.78%
G=41.40%
B=37.82%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1282552330.5000.090169.6110075.1
Hex80FFE932090aa644b
Octal200377351620110252144113
Binary1000000011111111111010011100100100101010101011001001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80FFE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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