#80EEBC

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

Shades of Aquamarine #80EEBC

Tints of Aquamarine #80EEBC

Color information

#80EEBC (or 0x80EEBC) is unknown color: approx Aquamarine. HEX triplet: 80, EE and BC. RGB value is (128,238,188). Sum of RGB (Red+Green+Blue) = 128+238+188=554 (73% of max value = 765). Red value is 128 (50.39% from 255 or 23.10% from 554); Green value is 238 (93.36% from 255 or 42.96% from 554); Blue value is 188 (73.83% from 255 or 33.94% from 554); Max value from RGB is 238 - color contains mainly: green. Hex color #80EEBC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #80EEBC is #7F1143. Grayscale: #C7C7C7. Windows color (decimal): -8327492 or 12381824. OLE color: 12381824.

HSL color Cylindrical-coordinate representation of color #80EEBC: hue angle of 152.73º 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 #80EEBC is Cyan = 0.46, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.07.

Color convert

RGB128238188-
CMYK0.4600.210.07
HSL152.73º76.39%71.76%-
HSV(B)152.73º46.22%93.33%-
XYZ48.5569.3758.41-
YUV199.41121.5677.07-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 23.10%
GREEN value IS 238 (93.36% from 255) = 42.96%
BLUE value IS 188 (73.83% from 255) = 33.94%
R=23.10%
G=42.96%
B=33.94%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1282381880.4600.210.07152.7376.3971.76
Hex80EEBC2E0157994c48
Octal200356274560257231114110
Binary1000000011101110101111001011100101011111001100110011001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80EEBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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