#80FAD7

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

Shades of Aquamarine #80FAD7

Tints of Aquamarine #80FAD7

Color information

#80FAD7 (or 0x80FAD7) is unknown color: approx Aquamarine. HEX triplet: 80, FA and D7. RGB value is (128,250,215). Sum of RGB (Red+Green+Blue) = 128+250+215=593 (78% of max value = 765). Red value is 128 (50.39% from 255 or 21.59% from 593); Green value is 250 (98.05% from 255 or 42.16% from 593); Blue value is 215 (84.38% from 255 or 36.26% from 593); Max value from RGB is 250 - color contains mainly: green. Hex color #80FAD7 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #80FAD7 is #7F0528. Grayscale: #D1D1D1. Windows color (decimal): -8324393 or 14154368. OLE color: 14154368.

HSL color Cylindrical-coordinate representation of color #80FAD7: hue angle of 162.79º degrees, saturation: 0.92, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #80FAD7 is Cyan = 0.49, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.02.

Color convert

RGB128250215-
CMYK0.4900.140.02
HSL162.79º92.42%74.12%-
HSV(B)162.79º48.8%98.04%-
XYZ55.3577.8776.4-
YUV209.53131.0869.85-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 21.59%
GREEN value IS 250 (98.05% from 255) = 42.16%
BLUE value IS 215 (84.38% from 255) = 36.26%
R=21.59%
G=42.16%
B=36.26%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1282502150.4900.140.02162.7992.4274.12
Hex80FAD7310E2a35c4a
Octal200372327610162243134112
Binary10000000111110101101011111000101110101010001110111001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80FAD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(128,250,215); }

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

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

 a { background-color: rgb(128,250,215); }

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

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

 span { border-color: rgb(128,250,215); }

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