Html Css Color HEX #80FADD Aquamarine

📋 copy color: '#80FADD'

red 128 ◦ green 250 ◦ blue 221

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

Shades of Aquamarine #80FADD

Tints of Aquamarine #80FADD

RGB

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

 GREEN value IS 250 (98.05% from 255) = 41.74%

 BLUE value IS 221 (86.72% from 255) = 36.89%

R = 21.37%
G = 41.74%
B = 36.89%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.12

 K value IS 0.02

RGB Variations

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

Color information

#80FADD (or 0x80FADD) is known color: Aquamarine. HEX triplet: 80, FA and DD. RGB value is (128,250,221). Sum of RGB (Red+Green+Blue) = 128+250+221=599 (79% of max value = 765). Red value is 128 (50.39% from 255 or 21.37% from 599); Green value is 250 (98.05% from 255 or 41.74% from 599); Blue value is 221 (86.72% from 255 or 36.89% from 599); Max value from RGB is 250 - color contains mainly: green. Hex color #80FADD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #80FADD is #7F0522. Grayscale: #D2D2D2. Windows color (decimal): -8324387 or 14547584. OLE color: 14547584.

HSL color Cylindrical-coordinate representation of color #80FADD: hue angle of 165.74º degrees, saturation: 0.92, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #80FADD is Cyan = 0.49, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.02.

Color convert

RGB 128 250 221 -
CMYK 0.49 0 0.12 0.02
HSL 165.74º 0.92% 0.74% -
HSV(B) 165.74º 0.49% 0.98% -
XYZ 56.14 78.18 80.54 -
YUV 210.22 134.08 69.36 -
System Red Green Blue C M Y K H S L
Decimal 128 250 221 0.49 0 0.12 0.02 165.74 0.92 0.74
Hex 80 FA DD 31 0 C 2 A6 5C 4A
Octal 200 372 335 61 0 14 2 246 134 112
Binary 10000000 11111010 11011101 110001 0 1100 10 10100110 1011100 1001010

Color Harmonies of #80FADD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80FADD

Black with #80FADD

Text Example


Text Example

White with #80FADD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,250,221); }

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

background-color css

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

 a { background-color: rgb(128,250,221); }

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

border-color css

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

 span { border-color: rgb(128,250,221); }

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