#80EFD5

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

Shades of Aquamarine #80EFD5

Tints of Aquamarine #80EFD5

Color information

#80EFD5 (or 0x80EFD5) is unknown color: approx Aquamarine. HEX triplet: 80, EF and D5. RGB value is (128,239,213). Sum of RGB (Red+Green+Blue) = 128+239+213=580 (76% of max value = 765). Red value is 128 (50.39% from 255 or 22.07% from 580); Green value is 239 (93.75% from 255 or 41.21% from 580); Blue value is 213 (83.59% from 255 or 36.72% from 580); Max value from RGB is 239 - color contains mainly: green. Hex color #80EFD5 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #80EFD5 is #7F102A. Grayscale: #CACACA. Windows color (decimal): -8327211 or 14020480. OLE color: 14020480.

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

Color convert

RGB128239213-
CMYK0.4600.110.06
HSL165.95º77.62%71.96%-
HSV(B)165.95º46.44%93.73%-
XYZ51.7871.1373.95-
YUV202.85133.7374.61-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 22.07%
GREEN value IS 239 (93.75% from 255) = 41.21%
BLUE value IS 213 (83.59% from 255) = 36.72%
R=22.07%
G=41.21%
B=36.72%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1282392130.4600.110.06165.9577.6271.96
Hex80EFD52E0B6a64e48
Octal200357325560136246116110
Binary100000001110111111010101101110010111101010011010011101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80EFD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(128,239,213); }

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

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

 a { background-color: rgb(128,239,213); }

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

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

 span { border-color: rgb(128,239,213); }

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