#80FCD6

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

Shades of Aquamarine #80FCD6

Tints of Aquamarine #80FCD6

Color information

#80FCD6 (or 0x80FCD6) is unknown color: approx Aquamarine. HEX triplet: 80, FC and D6. RGB value is (128,252,214). Sum of RGB (Red+Green+Blue) = 128+252+214=594 (78% of max value = 765). Red value is 128 (50.39% from 255 or 21.55% from 594); Green value is 252 (98.83% from 255 or 42.42% from 594); Blue value is 214 (83.98% from 255 or 36.03% from 594); Max value from RGB is 252 - color contains mainly: green. Hex color #80FCD6 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #80FCD6 is #7F0329. Grayscale: #D2D2D2. Windows color (decimal): -8323882 or 14089344. OLE color: 14089344.

HSL color Cylindrical-coordinate representation of color #80FCD6: hue angle of 161.61º degrees, saturation: 0.95, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #80FCD6 is Cyan = 0.49, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.01.

Color convert

RGB128252214-
CMYK0.4900.150.01
HSL161.61º95.38%74.51%-
HSV(B)161.61º49.21%98.82%-
XYZ55.8579.0775.94-
YUV210.59129.9269.09-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 21.55%
GREEN value IS 252 (98.83% from 255) = 42.42%
BLUE value IS 214 (83.98% from 255) = 36.03%
R=21.55%
G=42.42%
B=36.03%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1282522140.4900.150.01161.6195.3874.51
Hex80FCD6310F1a25f4b
Octal200374326610171242137113
Binary1000000011111100110101101100010111111010001010111111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80FCD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(128,252,214); }

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

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

 a { background-color: rgb(128,252,214); }

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

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

 span { border-color: rgb(128,252,214); }

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