#80FFDD

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

Shades of Aquamarine #80FFDD

Tints of Aquamarine #80FFDD

Color information

#80FFDD (or 0x80FFDD) is unknown color: approx Aquamarine. HEX triplet: 80, FF and DD. RGB value is (128,255,221). Sum of RGB (Red+Green+Blue) = 128+255+221=604 (80% of max value = 765). Red value is 128 (50.39% from 255 or 21.19% from 604); Green value is 255 (100% from 255 or 42.22% from 604); Blue value is 221 (86.72% from 255 or 36.59% from 604); Max value from RGB is 255 - color contains mainly: green. Hex color #80FFDD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #80FFDD is #7F0022. Grayscale: #D5D5D5. Windows color (decimal): -8323107 or 14548864. OLE color: 14548864.

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

Color convert

RGB128255221-
CMYK0.5000.130
HSL163.94º100%75.1%-
HSV(B)163.94º49.8%100%-
XYZ57.7181.3381.06-
YUV213.15132.4267.26-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 21.19%
GREEN value IS 255 (100% from 255) = 42.22%
BLUE value IS 221 (86.72% from 255) = 36.59%
R=21.19%
G=42.22%
B=36.59%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1282552210.5000.130163.9410075.1
Hex80FFDD320D0a4644b
Octal200377335620150244144113
Binary1000000011111111110111011100100110101010010011001001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80FFDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(128,255,221); }

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

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

 a { background-color: rgb(128,255,221); }

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

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

 span { border-color: rgb(128,255,221); }

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