#80FACC

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

Shades of Aquamarine #80FACC

Tints of Aquamarine #80FACC

Color information

#80FACC (or 0x80FACC) is unknown color: approx Aquamarine. HEX triplet: 80, FA and CC. RGB value is (128,250,204). Sum of RGB (Red+Green+Blue) = 128+250+204=582 (77% of max value = 765). Red value is 128 (50.39% from 255 or 21.99% from 582); Green value is 250 (98.05% from 255 or 42.96% from 582); Blue value is 204 (80.08% from 255 or 35.05% from 582); Max value from RGB is 250 - color contains mainly: green. Hex color #80FACC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #80FACC is #7F0533. Grayscale: #D0D0D0. Windows color (decimal): -8324404 or 13433472. OLE color: 13433472.

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

Color convert

RGB128250204-
CMYK0.4900.180.02
HSL157.38º92.42%74.12%-
HSV(B)157.38º48.8%98.04%-
XYZ53.9977.3269.21-
YUV208.28125.5870.74-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 21.99%
GREEN value IS 250 (98.05% from 255) = 42.96%
BLUE value IS 204 (80.08% from 255) = 35.05%
R=21.99%
G=42.96%
B=35.05%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1282502040.4900.180.02157.3892.4274.12
Hex80FACC3101229d5c4a
Octal200372314610222235134112
Binary100000001111101011001100110001010010101001110110111001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80FACC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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