#80FEB2

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

Shades of Aquamarine #80FEB2

Tints of Aquamarine #80FEB2

Color information

#80FEB2 (or 0x80FEB2) is unknown color: approx Aquamarine. HEX triplet: 80, FE and B2. RGB value is (128,254,178). Sum of RGB (Red+Green+Blue) = 128+254+178=560 (74% of max value = 765). Red value is 128 (50.39% from 255 or 22.86% from 560); Green value is 254 (99.61% from 255 or 45.36% from 560); Blue value is 178 (69.92% from 255 or 31.79% from 560); Max value from RGB is 254 - color contains mainly: green. Hex color #80FEB2 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #80FEB2 is #7F014D. Grayscale: #CFCFCF. Windows color (decimal): -8323406 or 11730560. OLE color: 11730560.

HSL color Cylindrical-coordinate representation of color #80FEB2: hue angle of 143.81º degrees, saturation: 0.98, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #80FEB2 is Cyan = 0.50, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.00.

Color convert

RGB128254178-
CMYK0.5000.300.00
HSL143.81º98.44%74.9%-
HSV(B)143.81º49.61%99.61%-
XYZ52.3878.6954.55-
YUV207.66111.2671.18-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 22.86%
GREEN value IS 254 (99.61% from 255) = 45.36%
BLUE value IS 178 (69.92% from 255) = 31.79%
R=22.86%
G=45.36%
B=31.79%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1282541780.5000.300.00143.8198.4474.9
Hex80FEB23201E090624b
Octal200376262620360220142113
Binary10000000111111101011001011001001111001001000011000101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80FEB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(128,254,178); }

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

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

 a { background-color: rgb(128,254,178); }

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

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

 span { border-color: rgb(128,254,178); }

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