Html Css Color HEX #80FED9 Aquamarine

📋 copy color: '#80FED9'

red 128 ◦ green 254 ◦ blue 217

#80FED9
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Aquamarine #80FED9

Tints of Aquamarine #80FED9

RGB

 RED value IS 128 (50.39% from 255) = 21.37%

 GREEN value IS 254 (99.61% from 255) = 42.4%

 BLUE value IS 217 (85.16% from 255) = 36.23%

R = 21.37%
G = 42.4%
B = 36.23%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.15

 K value IS 0.00

RGB Variations

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

Color information

#80FED9 (or 0x80FED9) is known color: Aquamarine. HEX triplet: 80, FE and D9. RGB value is (128,254,217). Sum of RGB (Red+Green+Blue) = 128+254+217=599 (79% of max value = 765). Red value is 128 (50.39% from 255 or 21.37% from 599); Green value is 254 (99.61% from 255 or 42.40% from 599); Blue value is 217 (85.16% from 255 or 36.23% from 599); Max value from RGB is 254 - color contains mainly: green. Hex color #80FED9 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #80FED9 is #7F0126. Grayscale: #D4D4D4. Windows color (decimal): -8323367 or 14286464. OLE color: 14286464.

HSL color Cylindrical-coordinate representation of color #80FED9: hue angle of 162.38º 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 #80FED9 is Cyan = 0.50, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.00.

Color convert

RGB 128 254 217 -
CMYK 0.50 0 0.15 0.00
HSL 162.38º 0.98% 0.75% -
HSV(B) 162.38º 0.5% 1% -
XYZ 56.87 80.48 78.18 -
YUV 212.11 130.76 68.01 -
System Red Green Blue C M Y K H S L
Decimal 128 254 217 0.50 0 0.15 0.00 162.38 0.98 0.75
Hex 80 FE D9 32 0 F 0 A2 62 4B
Octal 200 376 331 62 0 17 0 242 142 113
Binary 10000000 11111110 11011001 110010 0 1111 0 10100010 1100010 1001011

Color Harmonies of #80FED9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80FED9

Black with #80FED9

Text Example


Text Example

White with #80FED9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #80FED9;
 }
 .AnyTagClassName
 {
   color: #80FED9;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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