Html Css Color HEX #80FABA Aquamarine

📋 copy color: '#80FABA'

red 128 ◦ green 250 ◦ blue 186

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

Shades of Aquamarine #80FABA

Tints of Aquamarine #80FABA

RGB

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

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

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

R = 22.7%
G = 44.33%
B = 32.98%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.26

 K value IS 0.02

RGB Variations

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

Color information

#80FABA (or 0x80FABA) is known color: Aquamarine. HEX triplet: 80, FA and BA. RGB value is (128,250,186). Sum of RGB (Red+Green+Blue) = 128+250+186=564 (74% of max value = 765). Red value is 128 (50.39% from 255 or 22.70% from 564); Green value is 250 (98.05% from 255 or 44.33% from 564); Blue value is 186 (73.05% from 255 or 32.98% from 564); Max value from RGB is 250 - color contains mainly: green. Hex color #80FABA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #80FABA is #7F0545. Grayscale: #CECECE. Windows color (decimal): -8324422 or 12253824. OLE color: 12253824.

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

Color convert

RGB 128 250 186 -
CMYK 0.49 0 0.26 0.02
HSL 148.52º 0.92% 0.74% -
HSV(B) 148.52º 0.49% 0.98% -
XYZ 51.95 76.51 58.48 -
YUV 206.23 116.58 72.2 -
System Red Green Blue C M Y K H S L
Decimal 128 250 186 0.49 0 0.26 0.02 148.52 0.92 0.74
Hex 80 FA BA 31 0 1A 2 95 5C 4A
Octal 200 372 272 61 0 32 2 225 134 112
Binary 10000000 11111010 10111010 110001 0 11010 10 10010101 1011100 1001010

Color Harmonies of #80FABA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80FABA

Black with #80FABA

Text Example


Text Example

White with #80FABA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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