#76FFA4

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

Shades of Mint Green #76FFA4

Tints of Mint Green #76FFA4

Color information

#76FFA4 (or 0x76FFA4) is unknown color: approx Mint Green. HEX triplet: 76, FF and A4. RGB value is (118,255,164). Sum of RGB (Red+Green+Blue) = 118+255+164=537 (71% of max value = 765). Red value is 118 (46.48% from 255 or 21.97% from 537); Green value is 255 (100% from 255 or 47.49% from 537); Blue value is 164 (64.45% from 255 or 30.54% from 537); Max value from RGB is 255 - color contains mainly: green. Hex color #76FFA4 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #76FFA4 is #89005B. Grayscale: #CBCBCB. Windows color (decimal): -8978524 or 10813302. OLE color: 10813302.

HSL color Cylindrical-coordinate representation of color #76FFA4: hue angle of 140.15º degrees, saturation: 1, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #76FFA4 is Cyan = 0.54, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.

Color convert

RGB118255164-
CMYK0.5400.360
HSL140.15º100%73.14%-
HSV(B)140.15º53.73%100%-
XYZ49.9378.0547.56-
YUV203.66105.6166.9-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 21.97%
GREEN value IS 255 (100% from 255) = 47.49%
BLUE value IS 164 (64.45% from 255) = 30.54%
R=21.97%
G=47.49%
B=30.54%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1182551640.5400.360140.1510073.14
Hex76FFA43602408c6449
Octal166377244660440214144111
Binary11101101111111110100100110110010010001000110011001001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76FFA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #76FFA4; }

 p { color: rgb(118,255,164); }

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

<style>
 a { background-color: #76FFA4; }

 a { background-color: rgb(118,255,164); }

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

<style>
 span { border-color: #76FFA4; }

 span { border-color: rgb(118,255,164); }

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