Html Css Color HEX #80FDBA Aquamarine

📋 copy color: '#80FDBA'

red 128 ◦ green 253 ◦ blue 186

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

Shades of Aquamarine #80FDBA

Tints of Aquamarine #80FDBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 32.8%

R = 22.57%
G = 44.62%
B = 32.8%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.26

 K value IS 0.01

RGB Variations

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

Color information

#80FDBA (or 0x80FDBA) is known color: Aquamarine. HEX triplet: 80, FD and BA. RGB value is (128,253,186). Sum of RGB (Red+Green+Blue) = 128+253+186=567 (75% of max value = 765). Red value is 128 (50.39% from 255 or 22.57% from 567); Green value is 253 (99.22% from 255 or 44.62% from 567); Blue value is 186 (73.05% from 255 or 32.80% from 567); Max value from RGB is 253 - color contains mainly: green. Hex color #80FDBA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #80FDBA is #7F0245. Grayscale: #D0D0D0. Windows color (decimal): -8323654 or 12254592. OLE color: 12254592.

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

Color convert

RGB 128 253 186 -
CMYK 0.49 0 0.26 0.01
HSL 147.84º 0.97% 0.75% -
HSV(B) 147.84º 0.49% 0.99% -
XYZ 52.89 78.38 58.8 -
YUV 207.99 115.59 70.95 -
System Red Green Blue C M Y K H S L
Decimal 128 253 186 0.49 0 0.26 0.01 147.84 0.97 0.75
Hex 80 FD BA 31 0 1A 1 94 61 4B
Octal 200 375 272 61 0 32 1 224 141 113
Binary 10000000 11111101 10111010 110001 0 11010 1 10010100 1100001 1001011

Color Harmonies of #80FDBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80FDBA

Black with #80FDBA

Text Example


Text Example

White with #80FDBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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