#80EDDE

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

Shades of Aquamarine #80EDDE

Tints of Aquamarine #80EDDE

Color information

#80EDDE (or 0x80EDDE) is unknown color: approx Aquamarine. HEX triplet: 80, ED and DE. RGB value is (128,237,222). Sum of RGB (Red+Green+Blue) = 128+237+222=587 (77% of max value = 765). Red value is 128 (50.39% from 255 or 21.81% from 587); Green value is 237 (92.97% from 255 or 40.37% from 587); Blue value is 222 (87.11% from 255 or 37.82% from 587); Max value from RGB is 237 - color contains mainly: green. Hex color #80EDDE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #80EDDE is #7F1221. Grayscale: #CACACA. Windows color (decimal): -8327714 or 14609792. OLE color: 14609792.

HSL color Cylindrical-coordinate representation of color #80EDDE: hue angle of 171.74º degrees, saturation: 0.75, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #80EDDE is Cyan = 0.46, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.07.

Color convert

RGB128237222-
CMYK0.4600.060.07
HSL171.74º75.17%71.57%-
HSV(B)171.74º45.99%92.94%-
XYZ52.3770.4379.94-
YUV202.7138.8974.72-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 21.81%
GREEN value IS 237 (92.97% from 255) = 40.37%
BLUE value IS 222 (87.11% from 255) = 37.82%
R=21.81%
G=40.37%
B=37.82%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1282372220.4600.060.07171.7475.1771.57
Hex80EDDE2E067ac4b48
Octal20035533656067254113110
Binary10000000111011011101111010111001101111010110010010111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80EDDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(128,237,222); }

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

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

 a { background-color: rgb(128,237,222); }

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

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

 span { border-color: rgb(128,237,222); }

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