#75E1AD

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

Shades of Medium Aquamarine #75E1AD

Tints of Medium Aquamarine #75E1AD

Color information

#75E1AD (or 0x75E1AD) is unknown color: approx Medium Aquamarine. HEX triplet: 75, E1 and AD. RGB value is (117,225,173). Sum of RGB (Red+Green+Blue) = 117+225+173=515 (68% of max value = 765). Red value is 117 (46.09% from 255 or 22.72% from 515); Green value is 225 (88.28% from 255 or 43.69% from 515); Blue value is 173 (67.97% from 255 or 33.59% from 515); Max value from RGB is 225 - color contains mainly: green. Hex color #75E1AD is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #75E1AD is #8A1E52. Grayscale: #BABABA. Windows color (decimal): -9051731 or 11395445. OLE color: 11395445.

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

Color convert

RGB117225173-
CMYK0.4800.230.12
HSL151.11º64.29%67.06%-
HSV(B)151.11º48%88.24%-
XYZ41.860.6549.04-
YUV186.78120.2278.23-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 22.72%
GREEN value IS 225 (88.28% from 255) = 43.69%
BLUE value IS 173 (67.97% from 255) = 33.59%
R=22.72%
G=43.69%
B=33.59%

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
Decimal1172251730.4800.230.12151.1164.2967.06
Hex75E1AD30017C974043
Octal1653412556002714227100103
Binary1110101111000011010110111000001011111001001011110000001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75E1AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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