Html Css Color HEX #80FDDC Aquamarine

📋 copy color: '#80FDDC'

red 128 ◦ green 253 ◦ blue 220

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

Shades of Aquamarine #80FDDC

Tints of Aquamarine #80FDDC

RGB

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

 GREEN value IS 253 (99.22% from 255) = 42.1%

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

R = 21.3%
G = 42.1%
B = 36.61%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.13

 K value IS 0.01

RGB Variations

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

Color information

#80FDDC (or 0x80FDDC) is known color: Aquamarine. HEX triplet: 80, FD and DC. RGB value is (128,253,220). Sum of RGB (Red+Green+Blue) = 128+253+220=601 (79% of max value = 765). Red value is 128 (50.39% from 255 or 21.30% from 601); Green value is 253 (99.22% from 255 or 42.10% from 601); Blue value is 220 (86.33% from 255 or 36.61% from 601); Max value from RGB is 253 - color contains mainly: green. Hex color #80FDDC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #80FDDC is #7F0223. Grayscale: #D3D3D3. Windows color (decimal): -8323620 or 14482816. OLE color: 14482816.

HSL color Cylindrical-coordinate representation of color #80FDDC: hue angle of 164.16º degrees, saturation: 0.97, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #80FDDC is Cyan = 0.49, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.01.

Color convert

RGB 128 253 220 -
CMYK 0.49 0 0.13 0.01
HSL 164.16º 0.97% 0.75% -
HSV(B) 164.16º 0.49% 0.99% -
XYZ 56.95 80.01 80.15 -
YUV 211.86 132.59 68.18 -
System Red Green Blue C M Y K H S L
Decimal 128 253 220 0.49 0 0.13 0.01 164.16 0.97 0.75
Hex 80 FD DC 31 0 D 1 A4 61 4B
Octal 200 375 334 61 0 15 1 244 141 113
Binary 10000000 11111101 11011100 110001 0 1101 1 10100100 1100001 1001011

Color Harmonies of #80FDDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80FDDC

Black with #80FDDC

Text Example


Text Example

White with #80FDDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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