#80FAD1

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

Shades of Aquamarine #80FAD1

Tints of Aquamarine #80FAD1

Color information

#80FAD1 (or 0x80FAD1) is unknown color: approx Aquamarine. HEX triplet: 80, FA and D1. RGB value is (128,250,209). Sum of RGB (Red+Green+Blue) = 128+250+209=587 (77% of max value = 765). Red value is 128 (50.39% from 255 or 21.81% from 587); Green value is 250 (98.05% from 255 or 42.59% from 587); Blue value is 209 (82.03% from 255 or 35.60% from 587); Max value from RGB is 250 - color contains mainly: green. Hex color #80FAD1 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #80FAD1 is #7F052E. Grayscale: #D0D0D0. Windows color (decimal): -8324399 or 13761152. OLE color: 13761152.

HSL color Cylindrical-coordinate representation of color #80FAD1: hue angle of 159.84º 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 #80FAD1 is Cyan = 0.49, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.02.

Color convert

RGB128250209-
CMYK0.4900.160.02
HSL159.84º92.42%74.12%-
HSV(B)159.84º48.8%98.04%-
XYZ54.677.5672.42-
YUV208.85128.0870.33-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 21.81%
GREEN value IS 250 (98.05% from 255) = 42.59%
BLUE value IS 209 (82.03% from 255) = 35.60%
R=21.81%
G=42.59%
B=35.60%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1282502090.4900.160.02159.8492.4274.12
Hex80FAD1310102a05c4a
Octal200372321610202240134112
Binary100000001111101011010001110001010000101010000010111001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80FAD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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