#80EFBC

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

Shades of Aquamarine #80EFBC

Tints of Aquamarine #80EFBC

Color information

#80EFBC (or 0x80EFBC) is unknown color: approx Aquamarine. HEX triplet: 80, EF and BC. RGB value is (128,239,188). Sum of RGB (Red+Green+Blue) = 128+239+188=555 (73% of max value = 765). Red value is 128 (50.39% from 255 or 23.06% from 555); Green value is 239 (93.75% from 255 or 43.06% from 555); Blue value is 188 (73.83% from 255 or 33.87% from 555); Max value from RGB is 239 - color contains mainly: green. Hex color #80EFBC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #80EFBC is #7F1043. Grayscale: #C8C8C8. Windows color (decimal): -8327236 or 12382080. OLE color: 12382080.

HSL color Cylindrical-coordinate representation of color #80EFBC: hue angle of 152.43º degrees, saturation: 0.78, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #80EFBC is Cyan = 0.46, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.06.

Color convert

RGB128239188-
CMYK0.4600.210.06
HSL152.43º77.62%71.96%-
HSV(B)152.43º46.44%93.73%-
XYZ48.8569.9558.5-
YUV200121.2376.65-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 23.06%
GREEN value IS 239 (93.75% from 255) = 43.06%
BLUE value IS 188 (73.83% from 255) = 33.87%
R=23.06%
G=43.06%
B=33.87%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1282391880.4600.210.06152.4377.6271.96
Hex80EFBC2E0156984e48
Octal200357274560256230116110
Binary1000000011101111101111001011100101011101001100010011101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80EFBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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