Html Css Color HEX #82FDAB Mint Green

📋 copy color: '#82FDAB'

red 130 ◦ green 253 ◦ blue 171

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

Shades of Mint Green #82FDAB

Tints of Mint Green #82FDAB

RGB

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

 GREEN value IS 253 (99.22% from 255) = 45.67%

 BLUE value IS 171 (67.19% from 255) = 30.87%

R = 23.47%
G = 45.67%
B = 30.87%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.32

 K value IS 0.01

RGB Variations

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

Color information

#82FDAB (or 0x82FDAB) is known color: Mint Green. HEX triplet: 82, FD and AB. RGB value is (130,253,171). Sum of RGB (Red+Green+Blue) = 130+253+171=554 (73% of max value = 765). Red value is 130 (51.17% from 255 or 23.47% from 554); Green value is 253 (99.22% from 255 or 45.67% from 554); Blue value is 171 (67.19% from 255 or 30.87% from 554); Max value from RGB is 253 - color contains mainly: green. Hex color #82FDAB is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #82FDAB is #7D0254. Grayscale: #CFCFCF. Windows color (decimal): -8192597 or 11271554. OLE color: 11271554.

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

Color convert

RGB 130 253 171 -
CMYK 0.49 0 0.32 0.01
HSL 140º 0.97% 0.75% -
HSV(B) 140º 0.49% 0.99% -
XYZ 51.68 77.94 50.85 -
YUV 206.88 107.75 73.17 -
System Red Green Blue C M Y K H S L
Decimal 130 253 171 0.49 0 0.32 0.01 140 0.97 0.75
Hex 82 FD AB 31 0 20 1 8C 61 4B
Octal 202 375 253 61 0 40 1 214 141 113
Binary 10000010 11111101 10101011 110001 0 100000 1 10001100 1100001 1001011

Color Harmonies of #82FDAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82FDAB

Black with #82FDAB

Text Example


Text Example

White with #82FDAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(130,253,171); }

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

background-color css

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

 a { background-color: rgb(130,253,171); }

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

border-color css

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

 span { border-color: rgb(130,253,171); }

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