#75E1AA

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

Shades of Medium Aquamarine #75E1AA

Tints of Medium Aquamarine #75E1AA

Color information

#75E1AA (or 0x75E1AA) is unknown color: approx Medium Aquamarine. HEX triplet: 75, E1 and AA. RGB value is (117,225,170). Sum of RGB (Red+Green+Blue) = 117+225+170=512 (67% of max value = 765). Red value is 117 (46.09% from 255 or 22.85% from 512); Green value is 225 (88.28% from 255 or 43.95% from 512); Blue value is 170 (66.80% from 255 or 33.20% from 512); Max value from RGB is 225 - color contains mainly: green. Hex color #75E1AA is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #75E1AA is #8A1E55. Grayscale: #BABABA. Windows color (decimal): -9051734 or 11198837. OLE color: 11198837.

HSL color Cylindrical-coordinate representation of color #75E1AA: hue angle of 149.44º 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 #75E1AA is Cyan = 0.48, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.12.

Color convert

RGB117225170-
CMYK0.4800.240.12
HSL149.44º64.29%67.06%-
HSV(B)149.44º48%88.24%-
XYZ41.5260.5347.53-
YUV186.44118.7278.47-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 22.85%
GREEN value IS 225 (88.28% from 255) = 43.95%
BLUE value IS 170 (66.80% from 255) = 33.20%
R=22.85%
G=43.95%
B=33.20%

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
Decimal1172251700.4800.240.12149.4464.2967.06
Hex75E1AA30018C954043
Octal1653412526003014225100103
Binary1110101111000011010101011000001100011001001010110000001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75E1AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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