#75D7AC

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

Shades of Medium Aquamarine #75D7AC

Tints of Medium Aquamarine #75D7AC

Color information

#75D7AC (or 0x75D7AC) is unknown color: approx Medium Aquamarine. HEX triplet: 75, D7 and AC. RGB value is (117,215,172). Sum of RGB (Red+Green+Blue) = 117+215+172=504 (66% of max value = 765). Red value is 117 (46.09% from 255 or 23.21% from 504); Green value is 215 (84.38% from 255 or 42.66% from 504); Blue value is 172 (67.58% from 255 or 34.13% from 504); Max value from RGB is 215 - color contains mainly: green. Hex color #75D7AC is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #75D7AC is #8A2853. Grayscale: #B4B4B4. Windows color (decimal): -9054292 or 11327349. OLE color: 11327349.

HSL color Cylindrical-coordinate representation of color #75D7AC: hue angle of 153.67º degrees, saturation: 0.55, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #75D7AC is Cyan = 0.46, Magento = 0, Yellow = 0.2 and Black (K on CMYK) = 0.16.

Color convert

RGB117215172-
CMYK0.4600.20.16
HSL153.67º55.06%65.1%-
HSV(B)153.67º45.58%84.31%-
XYZ39.0855.3647.66-
YUV180.8123.0382.5-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 23.21%
GREEN value IS 215 (84.38% from 255) = 42.66%
BLUE value IS 172 (67.58% from 255) = 34.13%
R=23.21%
G=42.66%
B=34.13%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.2
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1172151720.4600.20.16153.6755.0665.1
Hex75D7AC2E014109a3741
Octal165327254560242023267101
Binary1110101110101111010110010111001010010000100110101101111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75D7AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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