#84FAAB

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

Shades of Pale Green #84FAAB

Tints of Pale Green #84FAAB

Color information

#84FAAB (or 0x84FAAB) is unknown color: approx Pale Green. HEX triplet: 84, FA and AB. RGB value is (132,250,171). Sum of RGB (Red+Green+Blue) = 132+250+171=553 (73% of max value = 765). Red value is 132 (51.95% from 255 or 23.87% from 553); Green value is 250 (98.05% from 255 or 45.21% from 553); Blue value is 171 (67.19% from 255 or 30.92% from 553); Max value from RGB is 250 - color contains mainly: green. Hex color #84FAAB is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #84FAAB is #7B0554. Grayscale: #CDCDCD. Windows color (decimal): -8062293 or 11270788. OLE color: 11270788.

HSL color Cylindrical-coordinate representation of color #84FAAB: hue angle of 139.83º degrees, saturation: 0.92, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #84FAAB is Cyan = 0.47, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.02.

Color convert

RGB132250171-
CMYK0.4700.320.02
HSL139.83º92.19%74.9%-
HSV(B)139.83º47.2%98.04%-
XYZ51.0576.2250.55-
YUV205.71108.4175.42-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 23.87%
GREEN value IS 250 (98.05% from 255) = 45.21%
BLUE value IS 171 (67.19% from 255) = 30.92%
R=23.87%
G=45.21%
B=30.92%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1322501710.4700.320.02139.8392.1974.9
Hex84FAAB2F02028c5c4b
Octal204372253570402214134113
Binary1000010011111010101010111011110100000101000110010111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84FAAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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