Html Css Color HEX #80FDE5 Aquamarine

📋 copy color: '#80FDE5'

red 128 ◦ green 253 ◦ blue 229

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

Shades of Aquamarine #80FDE5

Tints of Aquamarine #80FDE5

RGB

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

 GREEN value IS 253 (99.22% from 255) = 41.48%

 BLUE value IS 229 (89.84% from 255) = 37.54%

R = 20.98%
G = 41.48%
B = 37.54%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.09

 K value IS 0.01

RGB Variations

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

Color information

#80FDE5 (or 0x80FDE5) is known color: Aquamarine. HEX triplet: 80, FD and E5. RGB value is (128,253,229). Sum of RGB (Red+Green+Blue) = 128+253+229=610 (80% of max value = 765). Red value is 128 (50.39% from 255 or 20.98% from 610); Green value is 253 (99.22% from 255 or 41.48% from 610); Blue value is 229 (89.84% from 255 or 37.54% from 610); Max value from RGB is 253 - color contains mainly: green. Hex color #80FDE5 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #80FDE5 is #7F021A. Grayscale: #D4D4D4. Windows color (decimal): -8323611 or 15072640. OLE color: 15072640.

HSL color Cylindrical-coordinate representation of color #80FDE5: hue angle of 168.48º degrees, saturation: 0.97, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #80FDE5 is Cyan = 0.49, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.01.

Color convert

RGB 128 253 229 -
CMYK 0.49 0 0.09 0.01
HSL 168.48º 0.97% 0.75% -
HSV(B) 168.48º 0.49% 0.99% -
XYZ 58.17 80.5 86.6 -
YUV 212.89 137.09 67.45 -
System Red Green Blue C M Y K H S L
Decimal 128 253 229 0.49 0 0.09 0.01 168.48 0.97 0.75
Hex 80 FD E5 31 0 9 1 A8 61 4B
Octal 200 375 345 61 0 11 1 250 141 113
Binary 10000000 11111101 11100101 110001 0 1001 1 10101000 1100001 1001011

Color Harmonies of #80FDE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80FDE5

Black with #80FDE5

Text Example


Text Example

White with #80FDE5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,253,229); }

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

background-color css

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

 a { background-color: rgb(128,253,229); }

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

border-color css

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

 span { border-color: rgb(128,253,229); }

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