#80FBAC

Color #80FBAC Pale Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pale Green #80FBAC

Tints of Pale Green #80FBAC

Color information

#80FBAC (or 0x80FBAC) is unknown color: approx Pale Green. HEX triplet: 80, FB and AC. RGB value is (128,251,172). Sum of RGB (Red+Green+Blue) = 128+251+172=551 (72% of max value = 765). Red value is 128 (50.39% from 255 or 23.23% from 551); Green value is 251 (98.44% from 255 or 45.55% from 551); Blue value is 172 (67.58% from 255 or 31.22% from 551); Max value from RGB is 251 - color contains mainly: green. Hex color #80FBAC is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #80FBAC is #7F0453. Grayscale: #CDCDCD. Windows color (decimal): -8324180 or 11336576. OLE color: 11336576.

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

Color convert

RGB128251172-
CMYK0.4900.310.02
HSL141.46º93.89%74.31%-
HSV(B)141.46º49%98.43%-
XYZ50.8576.5651.13-
YUV205.22109.2572.92-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 23.23%
GREEN value IS 251 (98.44% from 255) = 45.55%
BLUE value IS 172 (67.58% from 255) = 31.22%
R=23.23%
G=45.55%
B=31.22%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1282511720.4900.310.02141.4693.8974.31
Hex80FBAC3101F28d5e4a
Octal200373254610372215136112
Binary100000001111101110101100110001011111101000110110111101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80FBAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(128,251,172); }

 H1.HeaderClassName
 {
   color: #80FBAC;
 }
 .AnyTagClassName
 {
   color: #80FBAC;
 }
</style>
background-color css

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

 a { background-color: rgb(128,251,172); }

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

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

 span { border-color: rgb(128,251,172); }

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