Html Css Color HEX #80ECDF Aquamarine

📋 copy color: '#80ECDF'

red 128 ◦ green 236 ◦ blue 223

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

Shades of Aquamarine #80ECDF

Tints of Aquamarine #80ECDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 37.99%

R = 21.81%
G = 40.2%
B = 37.99%

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

#80ECDF (or 0x80ECDF) is known color: Aquamarine. HEX triplet: 80, EC and DF. RGB value is (128,236,223). Sum of RGB (Red+Green+Blue) = 128+236+223=587 (77% of max value = 765). Red value is 128 (50.39% from 255 or 21.81% from 587); Green value is 236 (92.58% from 255 or 40.20% from 587); Blue value is 223 (87.5% from 255 or 37.99% from 587); Max value from RGB is 236 - color contains mainly: green. Hex color #80ECDF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #80ECDF is #7F1320. Grayscale: #CACACA. Windows color (decimal): -8327969 or 14675072. OLE color: 14675072.

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

Color convert

RGB 128 236 223 -
CMYK 0.46 0 0.06 0.07
HSL 172.78º 0.74% 0.71% -
HSV(B) 172.78º 0.46% 0.93% -
XYZ 52.22 69.91 80.55 -
YUV 202.23 139.72 75.06 -
System Red Green Blue C M Y K H S L
Decimal 128 236 223 0.46 0 0.06 0.07 172.78 0.74 0.71
Hex 80 EC DF 2E 0 6 7 AD 4A 47
Octal 200 354 337 56 0 6 7 255 112 107
Binary 10000000 11101100 11011111 101110 0 110 111 10101101 1001010 1000111

Color Harmonies of #80ECDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80ECDF

Black with #80ECDF

Text Example


Text Example

White with #80ECDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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