Html Css Color HEX #80ECDB Aquamarine

📋 copy color: '#80ECDB'

red 128 ◦ green 236 ◦ blue 219

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

Shades of Aquamarine #80ECDB

Tints of Aquamarine #80ECDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 37.56%

R = 21.96%
G = 40.48%
B = 37.56%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.07

 K value IS 0.07

RGB Variations

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

Color information

#80ECDB (or 0x80ECDB) is known color: Aquamarine. HEX triplet: 80, EC and DB. RGB value is (128,236,219). Sum of RGB (Red+Green+Blue) = 128+236+219=583 (77% of max value = 765). Red value is 128 (50.39% from 255 or 21.96% from 583); Green value is 236 (92.58% from 255 or 40.48% from 583); Blue value is 219 (85.94% from 255 or 37.56% from 583); Max value from RGB is 236 - color contains mainly: green. Hex color #80ECDB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #80ECDB is #7F1324. Grayscale: #C9C9C9. Windows color (decimal): -8327973 or 14412928. OLE color: 14412928.

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

Color convert

RGB 128 236 219 -
CMYK 0.46 0 0.07 0.07
HSL 170.56º 0.74% 0.71% -
HSV(B) 170.56º 0.46% 0.93% -
XYZ 51.68 69.69 77.75 -
YUV 201.77 137.72 75.38 -
System Red Green Blue C M Y K H S L
Decimal 128 236 219 0.46 0 0.07 0.07 170.56 0.74 0.71
Hex 80 EC DB 2E 0 7 7 AB 4A 47
Octal 200 354 333 56 0 7 7 253 112 107
Binary 10000000 11101100 11011011 101110 0 111 111 10101011 1001010 1000111

Color Harmonies of #80ECDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80ECDB

Black with #80ECDB

Text Example


Text Example

White with #80ECDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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