#80FFBA

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

Shades of Aquamarine #80FFBA

Tints of Aquamarine #80FFBA

Color information

#80FFBA (or 0x80FFBA) is unknown color: approx Aquamarine. HEX triplet: 80, FF and BA. RGB value is (128,255,186). Sum of RGB (Red+Green+Blue) = 128+255+186=569 (75% of max value = 765). Red value is 128 (50.39% from 255 or 22.50% from 569); Green value is 255 (100% from 255 or 44.82% from 569); Blue value is 186 (73.05% from 255 or 32.69% from 569); Max value from RGB is 255 - color contains mainly: green. Hex color #80FFBA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #80FFBA is #7F0045. Grayscale: #D1D1D1. Windows color (decimal): -8323142 or 12255104. OLE color: 12255104.

HSL color Cylindrical-coordinate representation of color #80FFBA: hue angle of 147.4º degrees, saturation: 1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #80FFBA is Cyan = 0.50, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.

Color convert

RGB128255186-
CMYK0.5000.270
HSL147.4º100%75.1%-
HSV(B)147.4º49.8%100%-
XYZ53.5379.6559.01-
YUV209.16114.9270.11-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 22.50%
GREEN value IS 255 (100% from 255) = 44.82%
BLUE value IS 186 (73.05% from 255) = 32.69%
R=22.50%
G=44.82%
B=32.69%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1282551860.5000.270147.410075.1
Hex80FFBA3201B093644b
Octal200377272620330223144113
Binary10000000111111111011101011001001101101001001111001001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80FFBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(128,255,186); }

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

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

 a { background-color: rgb(128,255,186); }

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

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

 span { border-color: rgb(128,255,186); }

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