#75E0A6

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

Shades of Medium Aquamarine #75E0A6

Tints of Medium Aquamarine #75E0A6

Color information

#75E0A6 (or 0x75E0A6) is unknown color: approx Medium Aquamarine. HEX triplet: 75, E0 and A6. RGB value is (117,224,166). Sum of RGB (Red+Green+Blue) = 117+224+166=507 (67% of max value = 765). Red value is 117 (46.09% from 255 or 23.08% from 507); Green value is 224 (87.89% from 255 or 44.18% from 507); Blue value is 166 (65.23% from 255 or 32.74% from 507); Max value from RGB is 224 - color contains mainly: green. Hex color #75E0A6 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #75E0A6 is #8A1F59. Grayscale: #B9B9B9. Windows color (decimal): -9051994 or 10936437. OLE color: 10936437.

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

Color convert

RGB117224166-
CMYK0.4800.260.12
HSL147.48º63.31%66.86%-
HSV(B)147.48º47.77%87.84%-
XYZ40.8759.8545.47-
YUV185.4117.0579.22-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 23.08%
GREEN value IS 224 (87.89% from 255) = 44.18%
BLUE value IS 166 (65.23% from 255) = 32.74%
R=23.08%
G=44.18%
B=32.74%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1172241660.4800.260.12147.4863.3166.86
Hex75E0A63001AC933f43
Octal165340246600321422377103
Binary111010111100000101001101100000110101100100100111111111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75E0A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,224,166); }

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

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

 a { background-color: rgb(117,224,166); }

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

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

 span { border-color: rgb(117,224,166); }

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