#80EDCE

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

Shades of Aquamarine #80EDCE

Tints of Aquamarine #80EDCE

Color information

#80EDCE (or 0x80EDCE) is unknown color: approx Aquamarine. HEX triplet: 80, ED and CE. RGB value is (128,237,206). Sum of RGB (Red+Green+Blue) = 128+237+206=571 (75% of max value = 765). Red value is 128 (50.39% from 255 or 22.42% from 571); Green value is 237 (92.97% from 255 or 41.51% from 571); Blue value is 206 (80.86% from 255 or 36.08% from 571); Max value from RGB is 237 - color contains mainly: green. Hex color #80EDCE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #80EDCE is #7F1231. Grayscale: #C8C8C8. Windows color (decimal): -8327730 or 13561216. OLE color: 13561216.

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

Color convert

RGB128237206-
CMYK0.4600.130.07
HSL162.94º75.17%71.57%-
HSV(B)162.94º45.99%92.94%-
XYZ50.3369.6169.18-
YUV200.88130.8976.02-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 22.42%
GREEN value IS 237 (92.97% from 255) = 41.51%
BLUE value IS 206 (80.86% from 255) = 36.08%
R=22.42%
G=41.51%
B=36.08%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1282372060.4600.130.07162.9475.1771.57
Hex80EDCE2E0D7a34b48
Octal200355316560157243113110
Binary100000001110110111001110101110011011111010001110010111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80EDCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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