#82FEAC

Color #82FEAC Mint Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mint Green #82FEAC

Tints of Mint Green #82FEAC

Color information

#82FEAC (or 0x82FEAC) is unknown color: approx Mint Green. HEX triplet: 82, FE and AC. RGB value is (130,254,172). Sum of RGB (Red+Green+Blue) = 130+254+172=556 (73% of max value = 765). Red value is 130 (51.17% from 255 or 23.38% from 556); Green value is 254 (99.61% from 255 or 45.68% from 556); Blue value is 172 (67.58% from 255 or 30.94% from 556); Max value from RGB is 254 - color contains mainly: green. Hex color #82FEAC is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #82FEAC is #7D0153. Grayscale: #CFCFCF. Windows color (decimal): -8192340 or 11337346. OLE color: 11337346.

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

Color convert

RGB130254172-
CMYK0.4900.320.00
HSL140.32º98.41%75.29%-
HSV(B)140.32º48.82%99.61%-
XYZ52.0978.6151.46-
YUV207.58107.9272.67-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 23.38%
GREEN value IS 254 (99.61% from 255) = 45.68%
BLUE value IS 172 (67.58% from 255) = 30.94%
R=23.38%
G=45.68%
B=30.94%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1302541720.4900.320.00140.3298.4175.29
Hex82FEAC3102008c624b
Octal202376254610400214142113
Binary100000101111111010101100110001010000001000110011000101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82FEAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(130,254,172); }

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

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

 a { background-color: rgb(130,254,172); }

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

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

 span { border-color: rgb(130,254,172); }

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