#80F5BF

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

Shades of Aquamarine #80F5BF

Tints of Aquamarine #80F5BF

Color information

#80F5BF (or 0x80F5BF) is unknown color: approx Aquamarine. HEX triplet: 80, F5 and BF. RGB value is (128,245,191). Sum of RGB (Red+Green+Blue) = 128+245+191=564 (74% of max value = 765). Red value is 128 (50.39% from 255 or 22.70% from 564); Green value is 245 (96.09% from 255 or 43.44% from 564); Blue value is 191 (75% from 255 or 33.87% from 564); Max value from RGB is 245 - color contains mainly: green. Hex color #80F5BF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #80F5BF is #7F0A40. Grayscale: #CBCBCB. Windows color (decimal): -8325697 or 12580224. OLE color: 12580224.

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

Color convert

RGB128245191-
CMYK0.4800.220.04
HSL152.31º85.4%73.14%-
HSV(B)152.31º47.76%96.08%-
XYZ50.9673.6660.82-
YUV203.86120.7473.89-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 22.70%
GREEN value IS 245 (96.09% from 255) = 43.44%
BLUE value IS 191 (75% from 255) = 33.87%
R=22.70%
G=43.44%
B=33.87%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1282451910.4800.220.04152.3185.473.14
Hex80F5BF300164985549
Octal200365277600264230125111
Binary1000000011110101101111111100000101101001001100010101011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80F5BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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