Html Css Color HEX #80FEDE Aquamarine

📋 copy color: '#80FEDE'

red 128 ◦ green 254 ◦ blue 222

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

Shades of Aquamarine #80FEDE

Tints of Aquamarine #80FEDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 36.75%

R = 21.19%
G = 42.05%
B = 36.75%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.13

 K value IS 0.00

RGB Variations

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

Color information

#80FEDE (or 0x80FEDE) is known color: Aquamarine. HEX triplet: 80, FE and DE. RGB value is (128,254,222). Sum of RGB (Red+Green+Blue) = 128+254+222=604 (80% of max value = 765). Red value is 128 (50.39% from 255 or 21.19% from 604); Green value is 254 (99.61% from 255 or 42.05% from 604); Blue value is 222 (87.11% from 255 or 36.75% from 604); Max value from RGB is 254 - color contains mainly: green. Hex color #80FEDE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #80FEDE is #7F0121. Grayscale: #D4D4D4. Windows color (decimal): -8323362 or 14614144. OLE color: 14614144.

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

Color convert

RGB 128 254 222 -
CMYK 0.50 0 0.13 0.00
HSL 164.76º 0.98% 0.75% -
HSV(B) 164.76º 0.5% 1% -
XYZ 57.53 80.75 81.66 -
YUV 212.68 133.26 67.6 -
System Red Green Blue C M Y K H S L
Decimal 128 254 222 0.50 0 0.13 0.00 164.76 0.98 0.75
Hex 80 FE DE 32 0 D 0 A5 62 4B
Octal 200 376 336 62 0 15 0 245 142 113
Binary 10000000 11111110 11011110 110010 0 1101 0 10100101 1100010 1001011

Color Harmonies of #80FEDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80FEDE

Black with #80FEDE

Text Example


Text Example

White with #80FEDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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