#75FFA5

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

Shades of Mint Green #75FFA5

Tints of Mint Green #75FFA5

Color information

#75FFA5 (or 0x75FFA5) is unknown color: approx Mint Green. HEX triplet: 75, FF and A5. RGB value is (117,255,165). Sum of RGB (Red+Green+Blue) = 117+255+165=537 (71% of max value = 765). Red value is 117 (46.09% from 255 or 21.79% from 537); Green value is 255 (100% from 255 or 47.49% from 537); Blue value is 165 (64.84% from 255 or 30.73% from 537); Max value from RGB is 255 - color contains mainly: green. Hex color #75FFA5 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #75FFA5 is #8A005A. Grayscale: #CBCBCB. Windows color (decimal): -9044059 or 10878837. OLE color: 10878837.

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

Color convert

RGB117255165-
CMYK0.5400.350
HSL140.87º100%72.94%-
HSV(B)140.87º54.12%100%-
XYZ49.8978.0248.03-
YUV203.48106.2866.32-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 21.79%
GREEN value IS 255 (100% from 255) = 47.49%
BLUE value IS 165 (64.84% from 255) = 30.73%
R=21.79%
G=47.49%
B=30.73%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1172551650.5400.350140.8710072.94
Hex75FFA53602308d6449
Octal165377245660430215144111
Binary11101011111111110100101110110010001101000110111001001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75FFA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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