#80F9B7

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

Shades of Aquamarine #80F9B7

Tints of Aquamarine #80F9B7

Color information

#80F9B7 (or 0x80F9B7) is unknown color: approx Aquamarine. HEX triplet: 80, F9 and B7. RGB value is (128,249,183). Sum of RGB (Red+Green+Blue) = 128+249+183=560 (74% of max value = 765). Red value is 128 (50.39% from 255 or 22.86% from 560); Green value is 249 (97.66% from 255 or 44.46% from 560); Blue value is 183 (71.88% from 255 or 32.68% from 560); Max value from RGB is 249 - color contains mainly: green. Hex color #80F9B7 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #80F9B7 is #7F0648. Grayscale: #CDCDCD. Windows color (decimal): -8324681 or 12056960. OLE color: 12056960.

HSL color Cylindrical-coordinate representation of color #80F9B7: hue angle of 147.27º degrees, saturation: 0.91, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #80F9B7 is Cyan = 0.49, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.02.

Color convert

RGB128249183-
CMYK0.4900.270.02
HSL147.27º90.98%73.92%-
HSV(B)147.27º48.59%97.65%-
XYZ51.3375.7656.72-
YUV205.3115.4172.87-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 22.86%
GREEN value IS 249 (97.66% from 255) = 44.46%
BLUE value IS 183 (71.88% from 255) = 32.68%
R=22.86%
G=44.46%
B=32.68%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1282491830.4900.270.02147.2790.9873.92
Hex80F9B73101B2935b4a
Octal200371267610332223133112
Binary100000001111100110110111110001011011101001001110110111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80F9B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(128,249,183); }

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

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

 a { background-color: rgb(128,249,183); }

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

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

 span { border-color: rgb(128,249,183); }

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