#80FFE3

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

Shades of Aquamarine #80FFE3

Tints of Aquamarine #80FFE3

Color information

#80FFE3 (or 0x80FFE3) is unknown color: approx Aquamarine. HEX triplet: 80, FF and E3. RGB value is (128,255,227). Sum of RGB (Red+Green+Blue) = 128+255+227=610 (80% of max value = 765). Red value is 128 (50.39% from 255 or 20.98% from 610); Green value is 255 (100% from 255 or 41.80% from 610); Blue value is 227 (89.06% from 255 or 37.21% from 610); Max value from RGB is 255 - color contains mainly: green. Hex color #80FFE3 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #80FFE3 is #7F001C. Grayscale: #D5D5D5. Windows color (decimal): -8323101 or 14942080. OLE color: 14942080.

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

Color convert

RGB128255227-
CMYK0.5000.110
HSL166.77º100%75.1%-
HSV(B)166.77º49.8%100%-
XYZ58.5381.6685.35-
YUV213.83135.4266.78-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 20.98%
GREEN value IS 255 (100% from 255) = 41.80%
BLUE value IS 227 (89.06% from 255) = 37.21%
R=20.98%
G=41.80%
B=37.21%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1282552270.5000.110166.7710075.1
Hex80FFE3320B0a7644b
Octal200377343620130247144113
Binary1000000011111111111000111100100101101010011111001001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80FFE3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(128,255,227); }

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

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

 a { background-color: rgb(128,255,227); }

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

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

 span { border-color: rgb(128,255,227); }

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