#80FEC0

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

Shades of Aquamarine #80FEC0

Tints of Aquamarine #80FEC0

Color information

#80FEC0 (or 0x80FEC0) is unknown color: approx Aquamarine. HEX triplet: 80, FE and C0. RGB value is (128,254,192). Sum of RGB (Red+Green+Blue) = 128+254+192=574 (76% of max value = 765). Red value is 128 (50.39% from 255 or 22.30% from 574); Green value is 254 (99.61% from 255 or 44.25% from 574); Blue value is 192 (75.39% from 255 or 33.45% from 574); Max value from RGB is 254 - color contains mainly: green. Hex color #80FEC0 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #80FEC0 is #7F013F. Grayscale: #D1D1D1. Windows color (decimal): -8323392 or 12648064. OLE color: 12648064.

HSL color Cylindrical-coordinate representation of color #80FEC0: hue angle of 150.48º 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 #80FEC0 is Cyan = 0.50, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.00.

Color convert

RGB128254192-
CMYK0.5000.240.00
HSL150.48º98.44%74.9%-
HSV(B)150.48º49.61%99.61%-
XYZ53.8679.2862.33-
YUV209.26118.2670.04-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 22.30%
GREEN value IS 254 (99.61% from 255) = 44.25%
BLUE value IS 192 (75.39% from 255) = 33.45%
R=22.30%
G=44.25%
B=33.45%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1282541920.5000.240.00150.4898.4474.9
Hex80FEC032018096624b
Octal200376300620300226142113
Binary10000000111111101100000011001001100001001011011000101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80FEC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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