Html Css Color HEX #80FAAA Pale Green

📋 copy color: '#80FAAA'

red 128 ◦ green 250 ◦ blue 170

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

Shades of Pale Green #80FAAA

Tints of Pale Green #80FAAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 31.02%

R = 23.36%
G = 45.62%
B = 31.02%

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

#80FAAA (or 0x80FAAA) is known color: Pale Green. HEX triplet: 80, FA and AA. RGB value is (128,250,170). Sum of RGB (Red+Green+Blue) = 128+250+170=548 (72% of max value = 765). Red value is 128 (50.39% from 255 or 23.36% from 548); Green value is 250 (98.05% from 255 or 45.62% from 548); Blue value is 170 (66.80% from 255 or 31.02% from 548); Max value from RGB is 250 - color contains mainly: green. Hex color #80FAAA is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #80FAAA is #7F0555. Grayscale: #CCCCCC. Windows color (decimal): -8324438 or 11205248. OLE color: 11205248.

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

Color convert

RGB 128 250 170 -
CMYK 0.49 0 0.32 0.02
HSL 140.66º 0.92% 0.74% -
HSV(B) 140.66º 0.49% 0.98% -
XYZ 50.34 75.86 50.02 -
YUV 204.4 108.58 73.5 -
System Red Green Blue C M Y K H S L
Decimal 128 250 170 0.49 0 0.32 0.02 140.66 0.92 0.74
Hex 80 FA AA 31 0 20 2 8D 5C 4A
Octal 200 372 252 61 0 40 2 215 134 112
Binary 10000000 11111010 10101010 110001 0 100000 10 10001101 1011100 1001010

Color Harmonies of #80FAAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80FAAA

Black with #80FAAA

Text Example


Text Example

White with #80FAAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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