#80FFBE

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

Shades of Aquamarine #80FFBE

Tints of Aquamarine #80FFBE

Color information

#80FFBE (or 0x80FFBE) is unknown color: approx Aquamarine. HEX triplet: 80, FF and BE. RGB value is (128,255,190). Sum of RGB (Red+Green+Blue) = 128+255+190=573 (75% of max value = 765). Red value is 128 (50.39% from 255 or 22.34% from 573); Green value is 255 (100% from 255 or 44.50% from 573); Blue value is 190 (74.61% from 255 or 33.16% from 573); Max value from RGB is 255 - color contains mainly: green. Hex color #80FFBE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #80FFBE is #7F0041. Grayscale: #D1D1D1. Windows color (decimal): -8323138 or 12517248. OLE color: 12517248.

HSL color Cylindrical-coordinate representation of color #80FFBE: hue angle of 149.29º degrees, saturation: 1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #80FFBE is Cyan = 0.50, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.

Color convert

RGB128255190-
CMYK0.5000.250
HSL149.29º100%75.1%-
HSV(B)149.29º49.8%100%-
XYZ53.9679.8361.28-
YUV209.62116.9269.79-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 22.34%
GREEN value IS 255 (100% from 255) = 44.50%
BLUE value IS 190 (74.61% from 255) = 33.16%
R=22.34%
G=44.50%
B=33.16%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1282551900.5000.250149.2910075.1
Hex80FFBE32019095644b
Octal200377276620310225144113
Binary10000000111111111011111011001001100101001010111001001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80FFBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(128,255,190); }

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

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

 a { background-color: rgb(128,255,190); }

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

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

 span { border-color: rgb(128,255,190); }

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