#75E3AD

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

Shades of Medium Aquamarine #75E3AD

Tints of Medium Aquamarine #75E3AD

Color information

#75E3AD (or 0x75E3AD) is unknown color: approx Medium Aquamarine. HEX triplet: 75, E3 and AD. RGB value is (117,227,173). Sum of RGB (Red+Green+Blue) = 117+227+173=517 (68% of max value = 765). Red value is 117 (46.09% from 255 or 22.63% from 517); Green value is 227 (89.06% from 255 or 43.91% from 517); Blue value is 173 (67.97% from 255 or 33.46% from 517); Max value from RGB is 227 - color contains mainly: green. Hex color #75E3AD is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #75E3AD is #8A1C52. Grayscale: #BCBCBC. Windows color (decimal): -9051219 or 11395957. OLE color: 11395957.

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

Color convert

RGB117227173-
CMYK0.4800.240.11
HSL150.55º66.27%67.45%-
HSV(B)150.55º48.46%89.02%-
XYZ42.3561.7449.22-
YUV187.95119.5677.39-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 22.63%
GREEN value IS 227 (89.06% from 255) = 43.91%
BLUE value IS 173 (67.97% from 255) = 33.46%
R=22.63%
G=43.91%
B=33.46%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1172271730.4800.240.11150.5566.2767.45
Hex75E3AD30018B974243
Octal1653432556003013227102103
Binary1110101111000111010110111000001100010111001011110000101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75E3AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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