#80FAE8

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

Shades of Aquamarine #80FAE8

Tints of Aquamarine #80FAE8

Color information

#80FAE8 (or 0x80FAE8) is unknown color: approx Aquamarine. HEX triplet: 80, FA and E8. RGB value is (128,250,232). Sum of RGB (Red+Green+Blue) = 128+250+232=610 (80% of max value = 765). Red value is 128 (50.39% from 255 or 20.98% from 610); Green value is 250 (98.05% from 255 or 40.98% from 610); Blue value is 232 (91.02% from 255 or 38.03% from 610); Max value from RGB is 250 - color contains mainly: green. Hex color #80FAE8 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #80FAE8 is #7F0517. Grayscale: #D3D3D3. Windows color (decimal): -8324376 or 15268480. OLE color: 15268480.

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

Color convert

RGB128250232-
CMYK0.4900.070.02
HSL171.15º92.42%74.12%-
HSV(B)171.15º48.8%98.04%-
XYZ57.6578.7988.51-
YUV211.47139.5868.46-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 20.98%
GREEN value IS 250 (98.05% from 255) = 40.98%
BLUE value IS 232 (91.02% from 255) = 38.03%
R=20.98%
G=40.98%
B=38.03%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1282502320.4900.070.02171.1592.4274.12
Hex80FAE831072ab5c4a
Octal20037235061072253134112
Binary1000000011111010111010001100010111101010101110111001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80FAE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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