#75D1AE

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

Shades of Medium Aquamarine #75D1AE

Tints of Medium Aquamarine #75D1AE

Color information

#75D1AE (or 0x75D1AE) is unknown color: approx Medium Aquamarine. HEX triplet: 75, D1 and AE. RGB value is (117,209,174). Sum of RGB (Red+Green+Blue) = 117+209+174=500 (66% of max value = 765). Red value is 117 (46.09% from 255 or 23.4% from 500); Green value is 209 (82.03% from 255 or 41.8% from 500); Blue value is 174 (68.36% from 255 or 34.8% from 500); Max value from RGB is 209 - color contains mainly: green. Hex color #75D1AE is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #75D1AE is #8A2E51. Grayscale: #B1B1B1. Windows color (decimal): -9055826 or 11456885. OLE color: 11456885.

HSL color Cylindrical-coordinate representation of color #75D1AE: hue angle of 157.17º degrees, saturation: 0.5, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #75D1AE is Cyan = 0.44, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.18.

Color convert

RGB117209174-
CMYK0.4400.170.18
HSL157.17º50%63.92%-
HSV(B)157.17º44.02%81.96%-
XYZ37.7852.4448.18-
YUV177.5126.0284.85-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 23.4%
GREEN value IS 209 (82.03% from 255) = 41.8%
BLUE value IS 174 (68.36% from 255) = 34.8%
R=23.4%
G=41.8%
B=34.8%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1172091740.4400.170.18157.175063.92
Hex75D1AE2C011129d3240
Octal165321256540212223562100
Binary1110101110100011010111010110001000110010100111011100101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75D1AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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