#80F5BB

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

Shades of Aquamarine #80F5BB

Tints of Aquamarine #80F5BB

Color information

#80F5BB (or 0x80F5BB) is unknown color: approx Aquamarine. HEX triplet: 80, F5 and BB. RGB value is (128,245,187). Sum of RGB (Red+Green+Blue) = 128+245+187=560 (74% of max value = 765). Red value is 128 (50.39% from 255 or 22.86% from 560); Green value is 245 (96.09% from 255 or 43.75% from 560); Blue value is 187 (73.44% from 255 or 33.39% from 560); Max value from RGB is 245 - color contains mainly: green. Hex color #80F5BB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #80F5BB is #7F0A44. Grayscale: #CBCBCB. Windows color (decimal): -8325701 or 12318080. OLE color: 12318080.

HSL color Cylindrical-coordinate representation of color #80F5BB: hue angle of 150.26º degrees, saturation: 0.85, 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 #80F5BB is Cyan = 0.48, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.04.

Color convert

RGB128245187-
CMYK0.4800.240.04
HSL150.26º85.4%73.14%-
HSV(B)150.26º47.76%96.08%-
XYZ50.5273.4858.53-
YUV203.4118.7474.22-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 22.86%
GREEN value IS 245 (96.09% from 255) = 43.75%
BLUE value IS 187 (73.44% from 255) = 33.39%
R=22.86%
G=43.75%
B=33.39%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1282451870.4800.240.04150.2685.473.14
Hex80F5BB300184965549
Octal200365273600304226125111
Binary1000000011110101101110111100000110001001001011010101011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80F5BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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