#80EEC8

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

Shades of Aquamarine #80EEC8

Tints of Aquamarine #80EEC8

Color information

#80EEC8 (or 0x80EEC8) is unknown color: approx Aquamarine. HEX triplet: 80, EE and C8. RGB value is (128,238,200). Sum of RGB (Red+Green+Blue) = 128+238+200=566 (74% of max value = 765). Red value is 128 (50.39% from 255 or 22.61% from 566); Green value is 238 (93.36% from 255 or 42.05% from 566); Blue value is 200 (78.52% from 255 or 35.34% from 566); Max value from RGB is 238 - color contains mainly: green. Hex color #80EEC8 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #80EEC8 is #7F1137. Grayscale: #C8C8C8. Windows color (decimal): -8327480 or 13168256. OLE color: 13168256.

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

Color convert

RGB128238200-
CMYK0.4600.160.07
HSL159.27º76.39%71.76%-
HSV(B)159.27º46.22%93.33%-
XYZ49.969.9165.51-
YUV200.78127.5676.09-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 22.61%
GREEN value IS 238 (93.36% from 255) = 42.05%
BLUE value IS 200 (78.52% from 255) = 35.34%
R=22.61%
G=42.05%
B=35.34%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1282382000.4600.160.07159.2776.3971.76
Hex80EEC82E01079f4c48
Octal200356310560207237114110
Binary1000000011101110110010001011100100001111001111110011001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80EEC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(128,238,200); }

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

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

 a { background-color: rgb(128,238,200); }

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

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

 span { border-color: rgb(128,238,200); }

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