Html Css Color HEX #80FAA4 Pale Green

📋 copy color: '#80FAA4'

red 128 ◦ green 250 ◦ blue 164

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

Shades of Pale Green #80FAA4

Tints of Pale Green #80FAA4

RGB

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

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

 BLUE value IS 164 (64.45% from 255) = 30.26%

R = 23.62%
G = 46.13%
B = 30.26%

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

#80FAA4 (or 0x80FAA4) is known color: Pale Green. HEX triplet: 80, FA and A4. RGB value is (128,250,164). Sum of RGB (Red+Green+Blue) = 128+250+164=542 (71% of max value = 765). Red value is 128 (50.39% from 255 or 23.62% from 542); Green value is 250 (98.05% from 255 or 46.13% from 542); Blue value is 164 (64.45% from 255 or 30.26% from 542); Max value from RGB is 250 - color contains mainly: green. Hex color #80FAA4 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #80FAA4 is #7F055B. Grayscale: #CBCBCB. Windows color (decimal): -8324444 or 10812032. OLE color: 10812032.

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

Color convert

RGB 128 250 164 -
CMYK 0.49 0 0.34 0.02
HSL 137.7º 0.92% 0.74% -
HSV(B) 137.7º 0.49% 0.98% -
XYZ 49.79 75.64 47.1 -
YUV 203.72 105.58 73.99 -
System Red Green Blue C M Y K H S L
Decimal 128 250 164 0.49 0 0.34 0.02 137.7 0.92 0.74
Hex 80 FA A4 31 0 22 2 8A 5C 4A
Octal 200 372 244 61 0 42 2 212 134 112
Binary 10000000 11111010 10100100 110001 0 100010 10 10001010 1011100 1001010

Color Harmonies of #80FAA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80FAA4

Black with #80FAA4

Text Example


Text Example

White with #80FAA4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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