#75E1AE

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

Shades of Medium Aquamarine #75E1AE

Tints of Medium Aquamarine #75E1AE

Color information

#75E1AE (or 0x75E1AE) is unknown color: approx Medium Aquamarine. HEX triplet: 75, E1 and AE. RGB value is (117,225,174). Sum of RGB (Red+Green+Blue) = 117+225+174=516 (68% of max value = 765). Red value is 117 (46.09% from 255 or 22.67% from 516); Green value is 225 (88.28% from 255 or 43.60% from 516); Blue value is 174 (68.36% from 255 or 33.72% from 516); Max value from RGB is 225 - color contains mainly: green. Hex color #75E1AE is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #75E1AE is #8A1E51. Grayscale: #BABABA. Windows color (decimal): -9051730 or 11460981. OLE color: 11460981.

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

Color convert

RGB117225174-
CMYK0.4800.230.12
HSL151.67º64.29%67.06%-
HSV(B)151.67º48%88.24%-
XYZ41.960.6949.55-
YUV186.89120.7278.15-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 22.67%
GREEN value IS 225 (88.28% from 255) = 43.60%
BLUE value IS 174 (68.36% from 255) = 33.72%
R=22.67%
G=43.60%
B=33.72%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1172251740.4800.230.12151.6764.2967.06
Hex75E1AE30017C984043
Octal1653412566002714230100103
Binary1110101111000011010111011000001011111001001100010000001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75E1AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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