Html Css Color HEX #80EFDC Aquamarine

📋 copy color: '#80EFDC'

red 128 ◦ green 239 ◦ blue 220

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

Shades of Aquamarine #80EFDC

Tints of Aquamarine #80EFDC

RGB

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

 GREEN value IS 239 (93.75% from 255) = 40.72%

 BLUE value IS 220 (86.33% from 255) = 37.48%

R = 21.81%
G = 40.72%
B = 37.48%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.08

 K value IS 0.06

RGB Variations

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

Color information

#80EFDC (or 0x80EFDC) is known color: Aquamarine. HEX triplet: 80, EF and DC. RGB value is (128,239,220). Sum of RGB (Red+Green+Blue) = 128+239+220=587 (77% of max value = 765). Red value is 128 (50.39% from 255 or 21.81% from 587); Green value is 239 (93.75% from 255 or 40.72% from 587); Blue value is 220 (86.33% from 255 or 37.48% from 587); Max value from RGB is 239 - color contains mainly: green. Hex color #80EFDC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #80EFDC is #7F1023. Grayscale: #CBCBCB. Windows color (decimal): -8327204 or 14479232. OLE color: 14479232.

HSL color Cylindrical-coordinate representation of color #80EFDC: hue angle of 169.73º degrees, saturation: 0.78, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #80EFDC is Cyan = 0.46, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.06.

Color convert

RGB 128 239 220 -
CMYK 0.46 0 0.08 0.06
HSL 169.73º 0.78% 0.72% -
HSV(B) 169.73º 0.46% 0.94% -
XYZ 52.69 71.49 78.73 -
YUV 203.65 137.23 74.04 -
System Red Green Blue C M Y K H S L
Decimal 128 239 220 0.46 0 0.08 0.06 169.73 0.78 0.72
Hex 80 EF DC 2E 0 8 6 AA 4E 48
Octal 200 357 334 56 0 10 6 252 116 110
Binary 10000000 11101111 11011100 101110 0 1000 110 10101010 1001110 1001000

Color Harmonies of #80EFDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80EFDC

Black with #80EFDC

Text Example


Text Example

White with #80EFDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,239,220); }

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

background-color css

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

 a { background-color: rgb(128,239,220); }

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

border-color css

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

 span { border-color: rgb(128,239,220); }

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