#80F7B9

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

Shades of Aquamarine #80F7B9

Tints of Aquamarine #80F7B9

Color information

#80F7B9 (or 0x80F7B9) is unknown color: approx Aquamarine. HEX triplet: 80, F7 and B9. RGB value is (128,247,185). Sum of RGB (Red+Green+Blue) = 128+247+185=560 (74% of max value = 765). Red value is 128 (50.39% from 255 or 22.86% from 560); Green value is 247 (96.88% from 255 or 44.11% from 560); Blue value is 185 (72.66% from 255 or 33.04% from 560); Max value from RGB is 247 - color contains mainly: green. Hex color #80F7B9 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #80F7B9 is #7F0846. Grayscale: #CCCCCC. Windows color (decimal): -8325191 or 12187520. OLE color: 12187520.

HSL color Cylindrical-coordinate representation of color #80F7B9: hue angle of 148.74º degrees, saturation: 0.88, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #80F7B9 is Cyan = 0.48, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.03.

Color convert

RGB128247185-
CMYK0.4800.250.03
HSL148.74º88.15%73.53%-
HSV(B)148.74º48.18%96.86%-
XYZ50.9274.6157.62-
YUV204.35117.0873.54-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 22.86%
GREEN value IS 247 (96.88% from 255) = 44.11%
BLUE value IS 185 (72.66% from 255) = 33.04%
R=22.86%
G=44.11%
B=33.04%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1282471850.4800.250.03148.7488.1573.53
Hex80F7B930019395584a
Octal200367271600313225130112
Binary100000001111011110111001110000011001111001010110110001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80F7B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(128,247,185); }

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

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

 a { background-color: rgb(128,247,185); }

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

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

 span { border-color: rgb(128,247,185); }

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