#80EEE3

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

Shades of Aquamarine #80EEE3

Tints of Aquamarine #80EEE3

Color information

#80EEE3 (or 0x80EEE3) is unknown color: approx Aquamarine. HEX triplet: 80, EE and E3. RGB value is (128,238,227). Sum of RGB (Red+Green+Blue) = 128+238+227=593 (78% of max value = 765). Red value is 128 (50.39% from 255 or 21.59% from 593); Green value is 238 (93.36% from 255 or 40.13% from 593); Blue value is 227 (89.06% from 255 or 38.28% from 593); Max value from RGB is 238 - color contains mainly: green. Hex color #80EEE3 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #80EEE3 is #7F111C. Grayscale: #CBCBCB. Windows color (decimal): -8327453 or 14937728. OLE color: 14937728.

HSL color Cylindrical-coordinate representation of color #80EEE3: hue angle of 174º degrees, saturation: 0.76, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #80EEE3 is Cyan = 0.46, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.07.

Color convert

RGB128238227-
CMYK0.4600.050.07
HSL174º76.39%71.76%-
HSV(B)174º46.22%93.33%-
XYZ53.3471.2883.62-
YUV203.86141.0673.89-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 21.59%
GREEN value IS 238 (93.36% from 255) = 40.13%
BLUE value IS 227 (89.06% from 255) = 38.28%
R=21.59%
G=40.13%
B=38.28%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1282382270.4600.050.0717476.3971.76
Hex80EEE32E057ae4c48
Octal20035634356057256114110
Binary10000000111011101110001110111001011111010111010011001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80EEE3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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