Html Css Color HEX #80FDB3 Aquamarine

📋 copy color: '#80FDB3'

red 128 ◦ green 253 ◦ blue 179

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

Shades of Aquamarine #80FDB3

Tints of Aquamarine #80FDB3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 31.96%

R = 22.86%
G = 45.18%
B = 31.96%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.29

 K value IS 0.01

RGB Variations

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

Color information

#80FDB3 (or 0x80FDB3) is known color: Aquamarine. HEX triplet: 80, FD and B3. RGB value is (128,253,179). Sum of RGB (Red+Green+Blue) = 128+253+179=560 (74% of max value = 765). Red value is 128 (50.39% from 255 or 22.86% from 560); Green value is 253 (99.22% from 255 or 45.18% from 560); Blue value is 179 (70.31% from 255 or 31.96% from 560); Max value from RGB is 253 - color contains mainly: green. Hex color #80FDB3 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #80FDB3 is #7F024C. Grayscale: #CFCFCF. Windows color (decimal): -8323661 or 11795840. OLE color: 11795840.

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

Color convert

RGB 128 253 179 -
CMYK 0.49 0 0.29 0.01
HSL 144.48º 0.97% 0.75% -
HSV(B) 144.48º 0.49% 0.99% -
XYZ 52.16 78.09 54.97 -
YUV 207.19 112.09 71.52 -
System Red Green Blue C M Y K H S L
Decimal 128 253 179 0.49 0 0.29 0.01 144.48 0.97 0.75
Hex 80 FD B3 31 0 1D 1 90 61 4B
Octal 200 375 263 61 0 35 1 220 141 113
Binary 10000000 11111101 10110011 110001 0 11101 1 10010000 1100001 1001011

Color Harmonies of #80FDB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80FDB3

Black with #80FDB3

Text Example


Text Example

White with #80FDB3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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