Html Css Color HEX #80ECD9 Aquamarine

📋 copy color: '#80ECD9'

red 128 ◦ green 236 ◦ blue 217

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

Shades of Aquamarine #80ECD9

Tints of Aquamarine #80ECD9

RGB

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

 GREEN value IS 236 (92.58% from 255) = 40.62%

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

R = 22.03%
G = 40.62%
B = 37.35%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.08

 K value IS 0.07

RGB Variations

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

Color information

#80ECD9 (or 0x80ECD9) is known color: Aquamarine. HEX triplet: 80, EC and D9. RGB value is (128,236,217). Sum of RGB (Red+Green+Blue) = 128+236+217=581 (76% of max value = 765). Red value is 128 (50.39% from 255 or 22.03% from 581); Green value is 236 (92.58% from 255 or 40.62% from 581); Blue value is 217 (85.16% from 255 or 37.35% from 581); Max value from RGB is 236 - color contains mainly: green. Hex color #80ECD9 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #80ECD9 is #7F1326. Grayscale: #C9C9C9. Windows color (decimal): -8327975 or 14281856. OLE color: 14281856.

HSL color Cylindrical-coordinate representation of color #80ECD9: hue angle of 169.44º degrees, saturation: 0.74, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #80ECD9 is Cyan = 0.46, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.07.

Color convert

RGB 128 236 217 -
CMYK 0.46 0 0.08 0.07
HSL 169.44º 0.74% 0.71% -
HSV(B) 169.44º 0.46% 0.93% -
XYZ 51.42 69.59 76.37 -
YUV 201.54 136.72 75.54 -
System Red Green Blue C M Y K H S L
Decimal 128 236 217 0.46 0 0.08 0.07 169.44 0.74 0.71
Hex 80 EC D9 2E 0 8 7 A9 4A 47
Octal 200 354 331 56 0 10 7 251 112 107
Binary 10000000 11101100 11011001 101110 0 1000 111 10101001 1001010 1000111

Color Harmonies of #80ECD9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80ECD9

Black with #80ECD9

Text Example


Text Example

White with #80ECD9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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