Html Css Color HEX #80FAAB Pale Green

📋 copy color: '#80FAAB'

red 128 ◦ green 250 ◦ blue 171

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

Shades of Pale Green #80FAAB

Tints of Pale Green #80FAAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 31.15%

R = 23.32%
G = 45.54%
B = 31.15%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.32

 K value IS 0.02

RGB Variations

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

Color information

#80FAAB (or 0x80FAAB) is known color: Pale Green. HEX triplet: 80, FA and AB. RGB value is (128,250,171). Sum of RGB (Red+Green+Blue) = 128+250+171=549 (72% of max value = 765). Red value is 128 (50.39% from 255 or 23.32% from 549); Green value is 250 (98.05% from 255 or 45.54% from 549); Blue value is 171 (67.19% from 255 or 31.15% from 549); Max value from RGB is 250 - color contains mainly: green. Hex color #80FAAB is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #80FAAB is #7F0554. Grayscale: #CCCCCC. Windows color (decimal): -8324437 or 11270784. OLE color: 11270784.

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

Color convert

RGB 128 250 171 -
CMYK 0.49 0 0.32 0.02
HSL 141.15º 0.92% 0.74% -
HSV(B) 141.15º 0.49% 0.98% -
XYZ 50.44 75.9 50.52 -
YUV 204.52 109.08 73.42 -
System Red Green Blue C M Y K H S L
Decimal 128 250 171 0.49 0 0.32 0.02 141.15 0.92 0.74
Hex 80 FA AB 31 0 20 2 8D 5C 4A
Octal 200 372 253 61 0 40 2 215 134 112
Binary 10000000 11111010 10101011 110001 0 100000 10 10001101 1011100 1001010

Color Harmonies of #80FAAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80FAAB

Black with #80FAAB

Text Example


Text Example

White with #80FAAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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