#75FFA4

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

Shades of Mint Green #75FFA4

Tints of Mint Green #75FFA4

Color information

#75FFA4 (or 0x75FFA4) is unknown color: approx Mint Green. HEX triplet: 75, FF and A4. RGB value is (117,255,164). Sum of RGB (Red+Green+Blue) = 117+255+164=536 (70% of max value = 765). Red value is 117 (46.09% from 255 or 21.83% from 536); Green value is 255 (100% from 255 or 47.57% from 536); Blue value is 164 (64.45% from 255 or 30.60% from 536); Max value from RGB is 255 - color contains mainly: green. Hex color #75FFA4 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #75FFA4 is #8A005B. Grayscale: #CBCBCB. Windows color (decimal): -9044060 or 10813301. OLE color: 10813301.

HSL color Cylindrical-coordinate representation of color #75FFA4: hue angle of 140.43º 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 #75FFA4 is Cyan = 0.54, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.

Color convert

RGB117255164-
CMYK0.5400.360
HSL140.43º100%72.94%-
HSV(B)140.43º54.12%100%-
XYZ49.877.9847.55-
YUV203.36105.7866.4-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 21.83%
GREEN value IS 255 (100% from 255) = 47.57%
BLUE value IS 164 (64.45% from 255) = 30.60%
R=21.83%
G=47.57%
B=30.60%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1172551640.5400.360140.4310072.94
Hex75FFA43602408c6449
Octal165377244660440214144111
Binary11101011111111110100100110110010010001000110011001001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75FFA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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