#80EEBB

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

Shades of Aquamarine #80EEBB

Tints of Aquamarine #80EEBB

Color information

#80EEBB (or 0x80EEBB) is unknown color: approx Aquamarine. HEX triplet: 80, EE and BB. RGB value is (128,238,187). Sum of RGB (Red+Green+Blue) = 128+238+187=553 (73% of max value = 765). Red value is 128 (50.39% from 255 or 23.15% from 553); Green value is 238 (93.36% from 255 or 43.04% from 553); Blue value is 187 (73.44% from 255 or 33.82% from 553); Max value from RGB is 238 - color contains mainly: green. Hex color #80EEBB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #80EEBB is #7F1144. Grayscale: #C7C7C7. Windows color (decimal): -8327493 or 12316288. OLE color: 12316288.

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

Color convert

RGB128238187-
CMYK0.4600.210.07
HSL152.18º76.39%71.76%-
HSV(B)152.18º46.22%93.33%-
XYZ48.4569.3357.84-
YUV199.3121.0677.15-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 23.15%
GREEN value IS 238 (93.36% from 255) = 43.04%
BLUE value IS 187 (73.44% from 255) = 33.82%
R=23.15%
G=43.04%
B=33.82%

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
Decimal1282381870.4600.210.07152.1876.3971.76
Hex80EEBB2E0157984c48
Octal200356273560257230114110
Binary1000000011101110101110111011100101011111001100010011001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80EEBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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