#80FEBE

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

Shades of Aquamarine #80FEBE

Tints of Aquamarine #80FEBE

Color information

#80FEBE (or 0x80FEBE) is unknown color: approx Aquamarine. HEX triplet: 80, FE and BE. RGB value is (128,254,190). Sum of RGB (Red+Green+Blue) = 128+254+190=572 (75% of max value = 765). Red value is 128 (50.39% from 255 or 22.38% from 572); Green value is 254 (99.61% from 255 or 44.41% from 572); Blue value is 190 (74.61% from 255 or 33.22% from 572); Max value from RGB is 254 - color contains mainly: green. Hex color #80FEBE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #80FEBE is #7F0141. Grayscale: #D1D1D1. Windows color (decimal): -8323394 or 12516992. OLE color: 12516992.

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

Color convert

RGB128254190-
CMYK0.5000.250.00
HSL149.52º98.44%74.9%-
HSV(B)149.52º49.61%99.61%-
XYZ53.6479.1961.17-
YUV209.03117.2670.2-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 22.38%
GREEN value IS 254 (99.61% from 255) = 44.41%
BLUE value IS 190 (74.61% from 255) = 33.22%
R=22.38%
G=44.41%
B=33.22%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1282541900.5000.250.00149.5298.4474.9
Hex80FEBE32019096624b
Octal200376276620310226142113
Binary10000000111111101011111011001001100101001011011000101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80FEBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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