Html Css Color HEX #80F6DC Aquamarine

📋 copy color: '#80F6DC'

red 128 ◦ green 246 ◦ blue 220

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

Shades of Aquamarine #80F6DC

Tints of Aquamarine #80F6DC

RGB

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

 GREEN value IS 246 (96.48% from 255) = 41.41%

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

R = 21.55%
G = 41.41%
B = 37.04%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.11

 K value IS 0.04

RGB Variations

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

Color information

#80F6DC (or 0x80F6DC) is known color: Aquamarine. HEX triplet: 80, F6 and DC. RGB value is (128,246,220). Sum of RGB (Red+Green+Blue) = 128+246+220=594 (78% of max value = 765). Red value is 128 (50.39% from 255 or 21.55% from 594); Green value is 246 (96.48% from 255 or 41.41% from 594); Blue value is 220 (86.33% from 255 or 37.04% from 594); Max value from RGB is 246 - color contains mainly: green. Hex color #80F6DC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #80F6DC is #7F0923. Grayscale: #CFCFCF. Windows color (decimal): -8325412 or 14481024. OLE color: 14481024.

HSL color Cylindrical-coordinate representation of color #80F6DC: hue angle of 166.78º degrees, saturation: 0.87, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #80F6DC is Cyan = 0.48, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.04.

Color convert

RGB 128 246 220 -
CMYK 0.48 0 0.11 0.04
HSL 166.78º 0.87% 0.73% -
HSV(B) 166.78º 0.48% 0.96% -
XYZ 54.78 75.67 79.43 -
YUV 207.75 134.91 71.11 -
System Red Green Blue C M Y K H S L
Decimal 128 246 220 0.48 0 0.11 0.04 166.78 0.87 0.73
Hex 80 F6 DC 30 0 B 4 A7 57 49
Octal 200 366 334 60 0 13 4 247 127 111
Binary 10000000 11110110 11011100 110000 0 1011 100 10100111 1010111 1001001

Color Harmonies of #80F6DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80F6DC

Black with #80F6DC

Text Example


Text Example

White with #80F6DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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