#75E1AC

Color #75E1AC Medium Aquamarine (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Aquamarine #75E1AC

Tints of Medium Aquamarine #75E1AC

Color information

#75E1AC (or 0x75E1AC) is unknown color: approx Medium Aquamarine. HEX triplet: 75, E1 and AC. RGB value is (117,225,172). Sum of RGB (Red+Green+Blue) = 117+225+172=514 (68% of max value = 765). Red value is 117 (46.09% from 255 or 22.76% from 514); Green value is 225 (88.28% from 255 or 43.77% from 514); Blue value is 172 (67.58% from 255 or 33.46% from 514); Max value from RGB is 225 - color contains mainly: green. Hex color #75E1AC is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #75E1AC is #8A1E53. Grayscale: #BABABA. Windows color (decimal): -9051732 or 11329909. OLE color: 11329909.

HSL color Cylindrical-coordinate representation of color #75E1AC: hue angle of 150.56º degrees, saturation: 0.64, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #75E1AC is Cyan = 0.48, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.12.

Color convert

RGB117225172-
CMYK0.4800.240.12
HSL150.56º64.29%67.06%-
HSV(B)150.56º48%88.24%-
XYZ41.7160.6148.53-
YUV186.67119.7278.31-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 22.76%
GREEN value IS 225 (88.28% from 255) = 43.77%
BLUE value IS 172 (67.58% from 255) = 33.46%
R=22.76%
G=43.77%
B=33.46%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1172251720.4800.240.12150.5664.2967.06
Hex75E1AC30018C974043
Octal1653412546003014227100103
Binary1110101111000011010110011000001100011001001011110000001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75E1AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,225,172); }

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

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

 a { background-color: rgb(117,225,172); }

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

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

 span { border-color: rgb(117,225,172); }

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