Html Css Color HEX #80ECDD Aquamarine

📋 copy color: '#80ECDD'

red 128 ◦ green 236 ◦ blue 221

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

Shades of Aquamarine #80ECDD

Tints of Aquamarine #80ECDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 37.78%

R = 21.88%
G = 40.34%
B = 37.78%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.06

 K value IS 0.07

RGB Variations

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

Color information

#80ECDD (or 0x80ECDD) is known color: Aquamarine. HEX triplet: 80, EC and DD. RGB value is (128,236,221). Sum of RGB (Red+Green+Blue) = 128+236+221=585 (77% of max value = 765). Red value is 128 (50.39% from 255 or 21.88% from 585); Green value is 236 (92.58% from 255 or 40.34% from 585); Blue value is 221 (86.72% from 255 or 37.78% from 585); Max value from RGB is 236 - color contains mainly: green. Hex color #80ECDD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #80ECDD is #7F1322. Grayscale: #C9C9C9. Windows color (decimal): -8327971 or 14544000. OLE color: 14544000.

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

Color convert

RGB 128 236 221 -
CMYK 0.46 0 0.06 0.07
HSL 171.67º 0.74% 0.71% -
HSV(B) 171.67º 0.46% 0.93% -
XYZ 51.95 69.8 79.14 -
YUV 202 138.72 75.22 -
System Red Green Blue C M Y K H S L
Decimal 128 236 221 0.46 0 0.06 0.07 171.67 0.74 0.71
Hex 80 EC DD 2E 0 6 7 AC 4A 47
Octal 200 354 335 56 0 6 7 254 112 107
Binary 10000000 11101100 11011101 101110 0 110 111 10101100 1001010 1000111

Color Harmonies of #80ECDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80ECDD

Black with #80ECDD

Text Example


Text Example

White with #80ECDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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