#80FEDC

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

Shades of Aquamarine #80FEDC

Tints of Aquamarine #80FEDC

Color information

#80FEDC (or 0x80FEDC) is unknown color: approx Aquamarine. HEX triplet: 80, FE and DC. RGB value is (128,254,220). Sum of RGB (Red+Green+Blue) = 128+254+220=602 (79% of max value = 765). Red value is 128 (50.39% from 255 or 21.26% from 602); Green value is 254 (99.61% from 255 or 42.19% from 602); Blue value is 220 (86.33% from 255 or 36.54% from 602); Max value from RGB is 254 - color contains mainly: green. Hex color #80FEDC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #80FEDC is #7F0123. Grayscale: #D4D4D4. Windows color (decimal): -8323364 or 14483072. OLE color: 14483072.

HSL color Cylindrical-coordinate representation of color #80FEDC: hue angle of 163.81º degrees, saturation: 0.98, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #80FEDC is Cyan = 0.50, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.00.

Color convert

RGB128254220-
CMYK0.5000.130.00
HSL163.81º98.44%74.9%-
HSV(B)163.81º49.61%99.61%-
XYZ57.2680.6480.26-
YUV212.45132.2667.76-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 21.26%
GREEN value IS 254 (99.61% from 255) = 42.19%
BLUE value IS 220 (86.33% from 255) = 36.54%
R=21.26%
G=42.19%
B=36.54%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1282542200.5000.130.00163.8198.4474.9
Hex80FEDC320D0a4624b
Octal200376334620150244142113
Binary1000000011111110110111001100100110101010010011000101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80FEDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(128,254,220); }

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

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

 a { background-color: rgb(128,254,220); }

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

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

 span { border-color: rgb(128,254,220); }

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