Html Css Color HEX #80FEDB Aquamarine

📋 copy color: '#80FEDB'

red 128 ◦ green 254 ◦ blue 219

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

Shades of Aquamarine #80FEDB

Tints of Aquamarine #80FEDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 36.44%

R = 21.3%
G = 42.26%
B = 36.44%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.14

 K value IS 0.00

RGB Variations

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

Color information

#80FEDB (or 0x80FEDB) is known color: Aquamarine. HEX triplet: 80, FE and DB. RGB value is (128,254,219). Sum of RGB (Red+Green+Blue) = 128+254+219=601 (79% of max value = 765). Red value is 128 (50.39% from 255 or 21.30% from 601); Green value is 254 (99.61% from 255 or 42.26% from 601); Blue value is 219 (85.94% from 255 or 36.44% from 601); Max value from RGB is 254 - color contains mainly: green. Hex color #80FEDB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #80FEDB is #7F0124. Grayscale: #D4D4D4. Windows color (decimal): -8323365 or 14417536. OLE color: 14417536.

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

Color convert

RGB 128 254 219 -
CMYK 0.50 0 0.14 0.00
HSL 163.33º 0.98% 0.75% -
HSV(B) 163.33º 0.5% 1% -
XYZ 57.13 80.59 79.56 -
YUV 212.34 131.76 67.85 -
System Red Green Blue C M Y K H S L
Decimal 128 254 219 0.50 0 0.14 0.00 163.33 0.98 0.75
Hex 80 FE DB 32 0 E 0 A3 62 4B
Octal 200 376 333 62 0 16 0 243 142 113
Binary 10000000 11111110 11011011 110010 0 1110 0 10100011 1100010 1001011

Color Harmonies of #80FEDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80FEDB

Black with #80FEDB

Text Example


Text Example

White with #80FEDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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