Html Css Color HEX #80FDC4 Aquamarine

📋 copy color: '#80FDC4'

red 128 ◦ green 253 ◦ blue 196

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

Shades of Aquamarine #80FDC4

Tints of Aquamarine #80FDC4

RGB

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

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

 BLUE value IS 196 (76.95% from 255) = 33.97%

R = 22.18%
G = 43.85%
B = 33.97%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.23

 K value IS 0.01

RGB Variations

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

Color information

#80FDC4 (or 0x80FDC4) is known color: Aquamarine. HEX triplet: 80, FD and C4. RGB value is (128,253,196). Sum of RGB (Red+Green+Blue) = 128+253+196=577 (76% of max value = 765). Red value is 128 (50.39% from 255 or 22.18% from 577); Green value is 253 (99.22% from 255 or 43.85% from 577); Blue value is 196 (76.95% from 255 or 33.97% from 577); Max value from RGB is 253 - color contains mainly: green. Hex color #80FDC4 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #80FDC4 is #7F023B. Grayscale: #D1D1D1. Windows color (decimal): -8323644 or 12909952. OLE color: 12909952.

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

Color convert

RGB 128 253 196 -
CMYK 0.49 0 0.23 0.01
HSL 152.64º 0.97% 0.75% -
HSV(B) 152.64º 0.49% 0.99% -
XYZ 53.99 78.83 64.59 -
YUV 209.13 120.59 70.13 -
System Red Green Blue C M Y K H S L
Decimal 128 253 196 0.49 0 0.23 0.01 152.64 0.97 0.75
Hex 80 FD C4 31 0 17 1 99 61 4B
Octal 200 375 304 61 0 27 1 231 141 113
Binary 10000000 11111101 11000100 110001 0 10111 1 10011001 1100001 1001011

Color Harmonies of #80FDC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80FDC4

Black with #80FDC4

Text Example


Text Example

White with #80FDC4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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