#80EDBC

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

Shades of Aquamarine #80EDBC

Tints of Aquamarine #80EDBC

Color information

#80EDBC (or 0x80EDBC) is unknown color: approx Aquamarine. HEX triplet: 80, ED and BC. RGB value is (128,237,188). Sum of RGB (Red+Green+Blue) = 128+237+188=553 (73% of max value = 765). Red value is 128 (50.39% from 255 or 23.15% from 553); Green value is 237 (92.97% from 255 or 42.86% from 553); Blue value is 188 (73.83% from 255 or 34.00% from 553); Max value from RGB is 237 - color contains mainly: green. Hex color #80EDBC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #80EDBC is #7F1243. Grayscale: #C6C6C6. Windows color (decimal): -8327748 or 12381568. OLE color: 12381568.

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

Color convert

RGB128237188-
CMYK0.4600.210.07
HSL153.03º75.17%71.57%-
HSV(B)153.03º45.99%92.94%-
XYZ48.2668.7958.31-
YUV198.82121.8977.48-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 23.15%
GREEN value IS 237 (92.97% from 255) = 42.86%
BLUE value IS 188 (73.83% from 255) = 34.00%
R=23.15%
G=42.86%
B=34.00%

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
Decimal1282371880.4600.210.07153.0375.1771.57
Hex80EDBC2E0157994b48
Octal200355274560257231113110
Binary1000000011101101101111001011100101011111001100110010111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80EDBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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