Html Css Color HEX #80FADE Aquamarine

📋 copy color: '#80FADE'

red 128 ◦ green 250 ◦ blue 222

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

Shades of Aquamarine #80FADE

Tints of Aquamarine #80FADE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 37%

R = 21.33%
G = 41.67%
B = 37%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.11

 K value IS 0.02

RGB Variations

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

Color information

#80FADE (or 0x80FADE) is known color: Aquamarine. HEX triplet: 80, FA and DE. RGB value is (128,250,222). Sum of RGB (Red+Green+Blue) = 128+250+222=600 (79% of max value = 765). Red value is 128 (50.39% from 255 or 21.33% from 600); Green value is 250 (98.05% from 255 or 41.67% from 600); Blue value is 222 (87.11% from 255 or 37% from 600); Max value from RGB is 250 - color contains mainly: green. Hex color #80FADE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #80FADE is #7F0521. Grayscale: #D2D2D2. Windows color (decimal): -8324386 or 14613120. OLE color: 14613120.

HSL color Cylindrical-coordinate representation of color #80FADE: hue angle of 166.23º 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 #80FADE is Cyan = 0.49, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.02.

Color convert

RGB 128 250 222 -
CMYK 0.49 0 0.11 0.02
HSL 166.23º 0.92% 0.74% -
HSV(B) 166.23º 0.49% 0.98% -
XYZ 56.27 78.23 81.24 -
YUV 210.33 134.58 69.28 -
System Red Green Blue C M Y K H S L
Decimal 128 250 222 0.49 0 0.11 0.02 166.23 0.92 0.74
Hex 80 FA DE 31 0 B 2 A6 5C 4A
Octal 200 372 336 61 0 13 2 246 134 112
Binary 10000000 11111010 11011110 110001 0 1011 10 10100110 1011100 1001010

Color Harmonies of #80FADE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80FADE

Black with #80FADE

Text Example


Text Example

White with #80FADE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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