Html Css Color HEX #80FFDC Aquamarine

📋 copy color: '#80FFDC'

red 128 ◦ green 255 ◦ blue 220

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

Shades of Aquamarine #80FFDC

Tints of Aquamarine #80FFDC

RGB

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

 GREEN value IS 255 (100% from 255) = 42.29%

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

R = 21.23%
G = 42.29%
B = 36.48%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.14

 K value IS 0

RGB Variations

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

Color information

#80FFDC (or 0x80FFDC) is known color: Aquamarine. HEX triplet: 80, FF and DC. RGB value is (128,255,220). Sum of RGB (Red+Green+Blue) = 128+255+220=603 (79% of max value = 765). Red value is 128 (50.39% from 255 or 21.23% from 603); Green value is 255 (100% from 255 or 42.29% from 603); Blue value is 220 (86.33% from 255 or 36.48% from 603); Max value from RGB is 255 - color contains mainly: green. Hex color #80FFDC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #80FFDC is #7F0023. Grayscale: #D5D5D5. Windows color (decimal): -8323108 or 14483328. OLE color: 14483328.

HSL color Cylindrical-coordinate representation of color #80FFDC: hue angle of 163.46º degrees, saturation: 1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #80FFDC is Cyan = 0.50, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.

Color convert

RGB 128 255 220 -
CMYK 0.50 0 0.14 0
HSL 163.46º 1% 0.75% -
HSV(B) 163.46º 0.5% 1% -
XYZ 57.58 81.28 80.36 -
YUV 213.04 131.92 67.35 -
System Red Green Blue C M Y K H S L
Decimal 128 255 220 0.50 0 0.14 0 163.46 1 0.75
Hex 80 FF DC 32 0 E 0 A3 64 4B
Octal 200 377 334 62 0 16 0 243 144 113
Binary 10000000 11111111 11011100 110010 0 1110 0 10100011 1100100 1001011

Color Harmonies of #80FFDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80FFDC

Black with #80FFDC

Text Example


Text Example

White with #80FFDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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