#80F4BD

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

Shades of Aquamarine #80F4BD

Tints of Aquamarine #80F4BD

Color information

#80F4BD (or 0x80F4BD) is unknown color: approx Aquamarine. HEX triplet: 80, F4 and BD. RGB value is (128,244,189). Sum of RGB (Red+Green+Blue) = 128+244+189=561 (74% of max value = 765). Red value is 128 (50.39% from 255 or 22.82% from 561); Green value is 244 (95.70% from 255 or 43.49% from 561); Blue value is 189 (74.22% from 255 or 33.69% from 561); Max value from RGB is 244 - color contains mainly: green. Hex color #80F4BD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #80F4BD is #7F0B42. Grayscale: #CBCBCB. Windows color (decimal): -8325955 or 12448896. OLE color: 12448896.

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

Color convert

RGB128244189-
CMYK0.4800.230.04
HSL151.55º84.06%72.94%-
HSV(B)151.55º47.54%95.69%-
XYZ50.4472.9659.57-
YUV203.05120.0774.47-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 22.82%
GREEN value IS 244 (95.70% from 255) = 43.49%
BLUE value IS 189 (74.22% from 255) = 33.69%
R=22.82%
G=43.49%
B=33.69%

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
Decimal1282441890.4800.230.04151.5584.0672.94
Hex80F4BD300174985449
Octal200364275600274230124111
Binary1000000011110100101111011100000101111001001100010101001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80F4BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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