Html Css Color HEX #80FAA6 Pale Green

📋 copy color: '#80FAA6'

red 128 ◦ green 250 ◦ blue 166

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

Shades of Pale Green #80FAA6

Tints of Pale Green #80FAA6

RGB

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

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

 BLUE value IS 166 (65.23% from 255) = 30.51%

R = 23.53%
G = 45.96%
B = 30.51%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.34

 K value IS 0.02

RGB Variations

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

Color information

#80FAA6 (or 0x80FAA6) is known color: Pale Green. HEX triplet: 80, FA and A6. RGB value is (128,250,166). Sum of RGB (Red+Green+Blue) = 128+250+166=544 (72% of max value = 765). Red value is 128 (50.39% from 255 or 23.53% from 544); Green value is 250 (98.05% from 255 or 45.96% from 544); Blue value is 166 (65.23% from 255 or 30.51% from 544); Max value from RGB is 250 - color contains mainly: green. Hex color #80FAA6 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #80FAA6 is #7F0559. Grayscale: #CCCCCC. Windows color (decimal): -8324442 or 10943104. OLE color: 10943104.

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

Color convert

RGB 128 250 166 -
CMYK 0.49 0 0.34 0.02
HSL 138.69º 0.92% 0.74% -
HSV(B) 138.69º 0.49% 0.98% -
XYZ 49.97 75.71 48.06 -
YUV 203.95 106.58 73.83 -
System Red Green Blue C M Y K H S L
Decimal 128 250 166 0.49 0 0.34 0.02 138.69 0.92 0.74
Hex 80 FA A6 31 0 22 2 8B 5C 4A
Octal 200 372 246 61 0 42 2 213 134 112
Binary 10000000 11111010 10100110 110001 0 100010 10 10001011 1011100 1001010

Color Harmonies of #80FAA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80FAA6

Black with #80FAA6

Text Example


Text Example

White with #80FAA6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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