#75D0AC

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

Shades of Medium Aquamarine #75D0AC

Tints of Medium Aquamarine #75D0AC

Color information

#75D0AC (or 0x75D0AC) is unknown color: approx Medium Aquamarine. HEX triplet: 75, D0 and AC. RGB value is (117,208,172). Sum of RGB (Red+Green+Blue) = 117+208+172=497 (65% of max value = 765). Red value is 117 (46.09% from 255 or 23.54% from 497); Green value is 208 (81.64% from 255 or 41.85% from 497); Blue value is 172 (67.58% from 255 or 34.61% from 497); Max value from RGB is 208 - color contains mainly: green. Hex color #75D0AC is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #75D0AC is #8A2F53. Grayscale: #B0B0B0. Windows color (decimal): -9056084 or 11325557. OLE color: 11325557.

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

Color convert

RGB117208172-
CMYK0.4400.170.18
HSL156.26º49.19%63.73%-
HSV(B)156.26º43.75%81.57%-
XYZ37.3451.8747.07-
YUV176.69125.3585.43-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 23.54%
GREEN value IS 208 (81.64% from 255) = 41.85%
BLUE value IS 172 (67.58% from 255) = 34.61%
R=23.54%
G=41.85%
B=34.61%

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
Decimal1172081720.4400.170.18156.2649.1963.73
Hex75D0AC2C011129c3140
Octal165320254540212223461100
Binary1110101110100001010110010110001000110010100111001100011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75D0AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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