#80FACB

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

Shades of Aquamarine #80FACB

Tints of Aquamarine #80FACB

Color information

#80FACB (or 0x80FACB) is unknown color: approx Aquamarine. HEX triplet: 80, FA and CB. RGB value is (128,250,203). Sum of RGB (Red+Green+Blue) = 128+250+203=581 (76% of max value = 765). Red value is 128 (50.39% from 255 or 22.03% from 581); Green value is 250 (98.05% from 255 or 43.03% from 581); Blue value is 203 (79.69% from 255 or 34.94% from 581); Max value from RGB is 250 - color contains mainly: green. Hex color #80FACB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #80FACB is #7F0534. Grayscale: #D0D0D0. Windows color (decimal): -8324405 or 13367936. OLE color: 13367936.

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

Color convert

RGB128250203-
CMYK0.4900.190.02
HSL156.89º92.42%74.12%-
HSV(B)156.89º48.8%98.04%-
XYZ53.8777.2768.58-
YUV208.16125.0870.82-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 22.03%
GREEN value IS 250 (98.05% from 255) = 43.03%
BLUE value IS 203 (79.69% from 255) = 34.94%
R=22.03%
G=43.03%
B=34.94%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1282502030.4900.190.02156.8992.4274.12
Hex80FACB3101329d5c4a
Octal200372313610232235134112
Binary100000001111101011001011110001010011101001110110111001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80FACB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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