#80EBD6

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

Shades of Aquamarine #80EBD6

Tints of Aquamarine #80EBD6

Color information

#80EBD6 (or 0x80EBD6) is unknown color: approx Aquamarine. HEX triplet: 80, EB and D6. RGB value is (128,235,214). Sum of RGB (Red+Green+Blue) = 128+235+214=577 (76% of max value = 765). Red value is 128 (50.39% from 255 or 22.18% from 577); Green value is 235 (92.19% from 255 or 40.73% from 577); Blue value is 214 (83.98% from 255 or 37.09% from 577); Max value from RGB is 235 - color contains mainly: green. Hex color #80EBD6 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #80EBD6 is #7F1429. Grayscale: #C8C8C8. Windows color (decimal): -8328234 or 14084992. OLE color: 14084992.

HSL color Cylindrical-coordinate representation of color #80EBD6: hue angle of 168.22º degrees, saturation: 0.73, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #80EBD6 is Cyan = 0.46, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.08.

Color convert

RGB128235214-
CMYK0.4600.090.08
HSL168.22º72.79%71.18%-
HSV(B)168.22º45.53%92.16%-
XYZ50.7568.8674.24-
YUV200.61135.5576.21-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 22.18%
GREEN value IS 235 (92.19% from 255) = 40.73%
BLUE value IS 214 (83.98% from 255) = 37.09%
R=22.18%
G=40.73%
B=37.09%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1282352140.4600.090.08168.2272.7971.18
Hex80EBD62E098a84947
Octal2003533265601110250111107
Binary1000000011101011110101101011100100110001010100010010011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80EBD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(128,235,214); }

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

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

 a { background-color: rgb(128,235,214); }

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

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

 span { border-color: rgb(128,235,214); }

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