#75E2AD

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

Shades of Medium Aquamarine #75E2AD

Tints of Medium Aquamarine #75E2AD

Color information

#75E2AD (or 0x75E2AD) is unknown color: approx Medium Aquamarine. HEX triplet: 75, E2 and AD. RGB value is (117,226,173). Sum of RGB (Red+Green+Blue) = 117+226+173=516 (68% of max value = 765). Red value is 117 (46.09% from 255 or 22.67% from 516); Green value is 226 (88.67% from 255 or 43.80% from 516); Blue value is 173 (67.97% from 255 or 33.53% from 516); Max value from RGB is 226 - color contains mainly: green. Hex color #75E2AD is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #75E2AD is #8A1D52. Grayscale: #BBBBBB. Windows color (decimal): -9051475 or 11395701. OLE color: 11395701.

HSL color Cylindrical-coordinate representation of color #75E2AD: hue angle of 150.83º degrees, saturation: 0.65, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #75E2AD is Cyan = 0.48, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.11.

Color convert

RGB117226173-
CMYK0.4800.230.11
HSL150.83º65.27%67.25%-
HSV(B)150.83º48.23%88.63%-
XYZ42.0861.1949.13-
YUV187.37119.8977.81-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 22.67%
GREEN value IS 226 (88.67% from 255) = 43.80%
BLUE value IS 173 (67.97% from 255) = 33.53%
R=22.67%
G=43.80%
B=33.53%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1172261730.4800.230.11150.8365.2767.25
Hex75E2AD30017B974143
Octal1653422556002713227101103
Binary1110101111000101010110111000001011110111001011110000011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75E2AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,226,173); }

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

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

 a { background-color: rgb(117,226,173); }

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

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

 span { border-color: rgb(117,226,173); }

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