Html Css Color HEX #80FADB Aquamarine

📋 copy color: '#80FADB'

red 128 ◦ green 250 ◦ blue 219

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

Shades of Aquamarine #80FADB

Tints of Aquamarine #80FADB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 36.68%

R = 21.44%
G = 41.88%
B = 36.68%

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

#80FADB (or 0x80FADB) is known color: Aquamarine. HEX triplet: 80, FA and DB. RGB value is (128,250,219). Sum of RGB (Red+Green+Blue) = 128+250+219=597 (79% of max value = 765). Red value is 128 (50.39% from 255 or 21.44% from 597); Green value is 250 (98.05% from 255 or 41.88% from 597); Blue value is 219 (85.94% from 255 or 36.68% from 597); Max value from RGB is 250 - color contains mainly: green. Hex color #80FADB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #80FADB is #7F0524. Grayscale: #D1D1D1. Windows color (decimal): -8324389 or 14416512. OLE color: 14416512.

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

Color convert

RGB 128 250 219 -
CMYK 0.49 0 0.12 0.02
HSL 164.75º 0.92% 0.74% -
HSV(B) 164.75º 0.49% 0.98% -
XYZ 55.87 78.07 79.14 -
YUV 209.99 133.08 69.52 -
System Red Green Blue C M Y K H S L
Decimal 128 250 219 0.49 0 0.12 0.02 164.75 0.92 0.74
Hex 80 FA DB 31 0 C 2 A5 5C 4A
Octal 200 372 333 61 0 14 2 245 134 112
Binary 10000000 11111010 11011011 110001 0 1100 10 10100101 1011100 1001010

Color Harmonies of #80FADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80FADB

Black with #80FADB

Text Example


Text Example

White with #80FADB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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