Html Css Color HEX #82FAA8 Pale Green

📋 copy color: '#82FAA8'

red 130 ◦ green 250 ◦ blue 168

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

Shades of Pale Green #82FAA8

Tints of Pale Green #82FAA8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 30.66%

R = 23.72%
G = 45.62%
B = 30.66%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.33

 K value IS 0.02

RGB Variations

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

Color information

#82FAA8 (or 0x82FAA8) is known color: Pale Green. HEX triplet: 82, FA and A8. RGB value is (130,250,168). Sum of RGB (Red+Green+Blue) = 130+250+168=548 (72% of max value = 765). Red value is 130 (51.17% from 255 or 23.72% from 548); Green value is 250 (98.05% from 255 or 45.62% from 548); Blue value is 168 (66.02% from 255 or 30.66% from 548); Max value from RGB is 250 - color contains mainly: green. Hex color #82FAA8 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #82FAA8 is #7D0557. Grayscale: #CCCCCC. Windows color (decimal): -8193368 or 11074178. OLE color: 11074178.

HSL color Cylindrical-coordinate representation of color #82FAA8: hue angle of 139º 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 #82FAA8 is Cyan = 0.48, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.02.

Color convert

RGB 130 250 168 -
CMYK 0.48 0 0.33 0.02
HSL 139º 0.92% 0.75% -
HSV(B) 139º 0.48% 0.98% -
XYZ 50.46 75.94 49.05 -
YUV 204.77 107.24 74.67 -
System Red Green Blue C M Y K H S L
Decimal 130 250 168 0.48 0 0.33 0.02 139 0.92 0.75
Hex 82 FA A8 30 0 21 2 8B 5C 4B
Octal 202 372 250 60 0 41 2 213 134 113
Binary 10000010 11111010 10101000 110000 0 100001 10 10001011 1011100 1001011

Color Harmonies of #82FAA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82FAA8

Black with #82FAA8

Text Example


Text Example

White with #82FAA8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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