#80FFDC

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

Shades of Aquamarine #80FFDC

Tints of Aquamarine #80FFDC

Color information

#80FFDC (or 0x80FFDC) is unknown color: approx Aquamarine. HEX triplet: 80, FF and DC. RGB value is (128,255,220). Sum of RGB (Red+Green+Blue) = 128+255+220=603 (79% of max value = 765). Red value is 128 (50.39% from 255 or 21.23% from 603); Green value is 255 (100% from 255 or 42.29% from 603); Blue value is 220 (86.33% from 255 or 36.48% from 603); Max value from RGB is 255 - color contains mainly: green. Hex color #80FFDC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #80FFDC is #7F0023. Grayscale: #D5D5D5. Windows color (decimal): -8323108 or 14483328. OLE color: 14483328.

HSL color Cylindrical-coordinate representation of color #80FFDC: hue angle of 163.46º 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 #80FFDC is Cyan = 0.50, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.

Color convert

RGB128255220-
CMYK0.5000.140
HSL163.46º100%75.1%-
HSV(B)163.46º49.8%100%-
XYZ57.5881.2880.36-
YUV213.04131.9267.35-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 21.23%
GREEN value IS 255 (100% from 255) = 42.29%
BLUE value IS 220 (86.33% from 255) = 36.48%
R=21.23%
G=42.29%
B=36.48%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1282552200.5000.140163.4610075.1
Hex80FFDC320E0a3644b
Octal200377334620160243144113
Binary1000000011111111110111001100100111001010001111001001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80FFDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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