#75FEA5

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

Shades of Mint Green #75FEA5

Tints of Mint Green #75FEA5

Color information

#75FEA5 (or 0x75FEA5) is unknown color: approx Mint Green. HEX triplet: 75, FE and A5. RGB value is (117,254,165). Sum of RGB (Red+Green+Blue) = 117+254+165=536 (70% of max value = 765). Red value is 117 (46.09% from 255 or 21.83% from 536); Green value is 254 (99.61% from 255 or 47.39% from 536); Blue value is 165 (64.84% from 255 or 30.78% from 536); Max value from RGB is 254 - color contains mainly: green. Hex color #75FEA5 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #75FEA5 is #8A015A. Grayscale: #CBCBCB. Windows color (decimal): -9044315 or 10878581. OLE color: 10878581.

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

Color convert

RGB117254165-
CMYK0.5400.350.00
HSL141.02º98.56%72.75%-
HSV(B)141.02º53.94%99.61%-
XYZ49.5777.3847.92-
YUV202.89106.6166.74-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 21.83%
GREEN value IS 254 (99.61% from 255) = 47.39%
BLUE value IS 165 (64.84% from 255) = 30.78%
R=21.83%
G=47.39%
B=30.78%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1172541650.5400.350.00141.0298.5672.75
Hex75FEA53602308d6349
Octal165376245660430215143111
Binary11101011111111010100101110110010001101000110111000111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75FEA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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