#80EBD0

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

Shades of Aquamarine #80EBD0

Tints of Aquamarine #80EBD0

Color information

#80EBD0 (or 0x80EBD0) is unknown color: approx Aquamarine. HEX triplet: 80, EB and D0. RGB value is (128,235,208). Sum of RGB (Red+Green+Blue) = 128+235+208=571 (75% of max value = 765). Red value is 128 (50.39% from 255 or 22.42% from 571); Green value is 235 (92.19% from 255 or 41.16% from 571); Blue value is 208 (81.64% from 255 or 36.43% from 571); Max value from RGB is 235 - color contains mainly: green. Hex color #80EBD0 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #80EBD0 is #7F142F. Grayscale: #C7C7C7. Windows color (decimal): -8328240 or 13691776. OLE color: 13691776.

HSL color Cylindrical-coordinate representation of color #80EBD0: hue angle of 164.86º degrees, saturation: 0.73, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #80EBD0 is Cyan = 0.46, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.08.

Color convert

RGB128235208-
CMYK0.4600.110.08
HSL164.86º72.79%71.18%-
HSV(B)164.86º45.53%92.16%-
XYZ5068.5670.27-
YUV199.93132.5576.7-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 22.42%
GREEN value IS 235 (92.19% from 255) = 41.16%
BLUE value IS 208 (81.64% from 255) = 36.43%
R=22.42%
G=41.16%
B=36.43%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1282352080.4600.110.08164.8672.7971.18
Hex80EBD02E0B8a54947
Octal2003533205601310245111107
Binary1000000011101011110100001011100101110001010010110010011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80EBD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(128,235,208); }

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

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

 a { background-color: rgb(128,235,208); }

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

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

 span { border-color: rgb(128,235,208); }

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