#80FAD4

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

Shades of Aquamarine #80FAD4

Tints of Aquamarine #80FAD4

Color information

#80FAD4 (or 0x80FAD4) is unknown color: approx Aquamarine. HEX triplet: 80, FA and D4. RGB value is (128,250,212). Sum of RGB (Red+Green+Blue) = 128+250+212=590 (78% of max value = 765). Red value is 128 (50.39% from 255 or 21.69% from 590); Green value is 250 (98.05% from 255 or 42.37% from 590); Blue value is 212 (83.20% from 255 or 35.93% from 590); Max value from RGB is 250 - color contains mainly: green. Hex color #80FAD4 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #80FAD4 is #7F052B. Grayscale: #D1D1D1. Windows color (decimal): -8324396 or 13957760. OLE color: 13957760.

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

Color convert

RGB128250212-
CMYK0.4900.150.02
HSL161.31º92.42%74.12%-
HSV(B)161.31º48.8%98.04%-
XYZ54.9777.7174.39-
YUV209.19129.5870.09-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 21.69%
GREEN value IS 250 (98.05% from 255) = 42.37%
BLUE value IS 212 (83.20% from 255) = 35.93%
R=21.69%
G=42.37%
B=35.93%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1282502120.4900.150.02161.3192.4274.12
Hex80FAD4310F2a15c4a
Octal200372324610172241134112
Binary10000000111110101101010011000101111101010000110111001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80FAD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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