Html Css Color HEX #80ECD7 Aquamarine

📋 copy color: '#80ECD7'

red 128 ◦ green 236 ◦ blue 215

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

Shades of Aquamarine #80ECD7

Tints of Aquamarine #80ECD7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 37.13%

R = 22.11%
G = 40.76%
B = 37.13%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.09

 K value IS 0.07

RGB Variations

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

Color information

#80ECD7 (or 0x80ECD7) is known color: Aquamarine. HEX triplet: 80, EC and D7. RGB value is (128,236,215). Sum of RGB (Red+Green+Blue) = 128+236+215=579 (76% of max value = 765). Red value is 128 (50.39% from 255 or 22.11% from 579); Green value is 236 (92.58% from 255 or 40.76% from 579); Blue value is 215 (84.38% from 255 or 37.13% from 579); Max value from RGB is 236 - color contains mainly: green. Hex color #80ECD7 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #80ECD7 is #7F1328. Grayscale: #C9C9C9. Windows color (decimal): -8327977 or 14150784. OLE color: 14150784.

HSL color Cylindrical-coordinate representation of color #80ECD7: hue angle of 168.33º 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 #80ECD7 is Cyan = 0.46, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.07.

Color convert

RGB 128 236 215 -
CMYK 0.46 0 0.09 0.07
HSL 168.33º 0.74% 0.71% -
HSV(B) 168.33º 0.46% 0.93% -
XYZ 51.16 69.49 75.01 -
YUV 201.31 135.72 75.71 -
System Red Green Blue C M Y K H S L
Decimal 128 236 215 0.46 0 0.09 0.07 168.33 0.74 0.71
Hex 80 EC D7 2E 0 9 7 A8 4A 47
Octal 200 354 327 56 0 11 7 250 112 107
Binary 10000000 11101100 11010111 101110 0 1001 111 10101000 1001010 1000111

Color Harmonies of #80ECD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80ECD7

Black with #80ECD7

Text Example


Text Example

White with #80ECD7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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