#75FFA3

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

Shades of Mint Green #75FFA3

Tints of Mint Green #75FFA3

Color information

#75FFA3 (or 0x75FFA3) is unknown color: approx Mint Green. HEX triplet: 75, FF and A3. RGB value is (117,255,163). Sum of RGB (Red+Green+Blue) = 117+255+163=535 (70% of max value = 765). Red value is 117 (46.09% from 255 or 21.87% from 535); Green value is 255 (100% from 255 or 47.66% from 535); Blue value is 163 (64.06% from 255 or 30.47% from 535); Max value from RGB is 255 - color contains mainly: green. Hex color #75FFA3 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #75FFA3 is #8A005C. Grayscale: #CBCBCB. Windows color (decimal): -9044061 or 10747765. OLE color: 10747765.

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

Color convert

RGB117255163-
CMYK0.5400.360
HSL140º100%72.94%-
HSV(B)140º54.12%100%-
XYZ49.7177.9547.08-
YUV203.25105.2866.48-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 21.87%
GREEN value IS 255 (100% from 255) = 47.66%
BLUE value IS 163 (64.06% from 255) = 30.47%
R=21.87%
G=47.66%
B=30.47%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1172551630.5400.36014010072.94
Hex75FFA33602408c6449
Octal165377243660440214144111
Binary11101011111111110100011110110010010001000110011001001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75FFA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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