#75D1AC

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

Shades of Medium Aquamarine #75D1AC

Tints of Medium Aquamarine #75D1AC

Color information

#75D1AC (or 0x75D1AC) is unknown color: approx Medium Aquamarine. HEX triplet: 75, D1 and AC. RGB value is (117,209,172). Sum of RGB (Red+Green+Blue) = 117+209+172=498 (65% of max value = 765). Red value is 117 (46.09% from 255 or 23.49% from 498); Green value is 209 (82.03% from 255 or 41.97% from 498); Blue value is 172 (67.58% from 255 or 34.54% from 498); Max value from RGB is 209 - color contains mainly: green. Hex color #75D1AC is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #75D1AC is #8A2E53. Grayscale: #B1B1B1. Windows color (decimal): -9055828 or 11325813. OLE color: 11325813.

HSL color Cylindrical-coordinate representation of color #75D1AC: hue angle of 155.87º 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 #75D1AC is Cyan = 0.44, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.18.

Color convert

RGB117209172-
CMYK0.4400.180.18
HSL155.87º50%63.92%-
HSV(B)155.87º44.02%81.96%-
XYZ37.5852.3647.16-
YUV177.27125.0285.01-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 23.49%
GREEN value IS 209 (82.03% from 255) = 41.97%
BLUE value IS 172 (67.58% from 255) = 34.54%
R=23.49%
G=41.97%
B=34.54%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1172091720.4400.180.18155.875063.92
Hex75D1AC2C012129c3240
Octal165321254540222223462100
Binary1110101110100011010110010110001001010010100111001100101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75D1AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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