Html Css Color HEX #82FAAA Pale Green

📋 copy color: '#82FAAA'

red 130 ◦ green 250 ◦ blue 170

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

Shades of Pale Green #82FAAA

Tints of Pale Green #82FAAA

RGB

 RED value IS 130 (51.17% from 255) = 23.64%

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

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

R = 23.64%
G = 45.45%
B = 30.91%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.32

 K value IS 0.02

RGB Variations

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

Color information

#82FAAA (or 0x82FAAA) is known color: Pale Green. HEX triplet: 82, FA and AA. RGB value is (130,250,170). Sum of RGB (Red+Green+Blue) = 130+250+170=550 (72% of max value = 765). Red value is 130 (51.17% from 255 or 23.64% from 550); Green value is 250 (98.05% from 255 or 45.45% from 550); Blue value is 170 (66.80% from 255 or 30.91% from 550); Max value from RGB is 250 - color contains mainly: green. Hex color #82FAAA is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #82FAAA is #7D0555. Grayscale: #CDCDCD. Windows color (decimal): -8193366 or 11205250. OLE color: 11205250.

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

Color convert

RGB 130 250 170 -
CMYK 0.48 0 0.32 0.02
HSL 140º 0.92% 0.75% -
HSV(B) 140º 0.48% 0.98% -
XYZ 50.65 76.02 50.03 -
YUV 205 108.24 74.5 -
System Red Green Blue C M Y K H S L
Decimal 130 250 170 0.48 0 0.32 0.02 140 0.92 0.75
Hex 82 FA AA 30 0 20 2 8C 5C 4B
Octal 202 372 252 60 0 40 2 214 134 113
Binary 10000010 11111010 10101010 110000 0 100000 10 10001100 1011100 1001011

Color Harmonies of #82FAAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82FAAA

Black with #82FAAA

Text Example


Text Example

White with #82FAAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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