#80F4BB

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

Shades of Aquamarine #80F4BB

Tints of Aquamarine #80F4BB

Color information

#80F4BB (or 0x80F4BB) is unknown color: approx Aquamarine. HEX triplet: 80, F4 and BB. RGB value is (128,244,187). Sum of RGB (Red+Green+Blue) = 128+244+187=559 (74% of max value = 765). Red value is 128 (50.39% from 255 or 22.90% from 559); Green value is 244 (95.70% from 255 or 43.65% from 559); Blue value is 187 (73.44% from 255 or 33.45% from 559); Max value from RGB is 244 - color contains mainly: green. Hex color #80F4BB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #80F4BB is #7F0B44. Grayscale: #CACACA. Windows color (decimal): -8325957 or 12317824. OLE color: 12317824.

HSL color Cylindrical-coordinate representation of color #80F4BB: hue angle of 150.52º degrees, saturation: 0.84, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #80F4BB is Cyan = 0.48, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.04.

Color convert

RGB128244187-
CMYK0.4800.230.04
HSL150.52º84.06%72.94%-
HSV(B)150.52º47.54%95.69%-
XYZ50.2272.8858.43-
YUV202.82119.0774.63-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 22.90%
GREEN value IS 244 (95.70% from 255) = 43.65%
BLUE value IS 187 (73.44% from 255) = 33.45%
R=22.90%
G=43.65%
B=33.45%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1282441870.4800.230.04150.5284.0672.94
Hex80F4BB300174975449
Octal200364273600274227124111
Binary1000000011110100101110111100000101111001001011110101001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80F4BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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