#75D2AD

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

Shades of Medium Aquamarine #75D2AD

Tints of Medium Aquamarine #75D2AD

Color information

#75D2AD (or 0x75D2AD) is unknown color: approx Medium Aquamarine. HEX triplet: 75, D2 and AD. RGB value is (117,210,173). Sum of RGB (Red+Green+Blue) = 117+210+173=500 (66% of max value = 765). Red value is 117 (46.09% from 255 or 23.4% from 500); Green value is 210 (82.42% from 255 or 42% from 500); Blue value is 173 (67.97% from 255 or 34.6% from 500); Max value from RGB is 210 - color contains mainly: green. Hex color #75D2AD is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #75D2AD is #8A2D52. Grayscale: #B2B2B2. Windows color (decimal): -9055571 or 11391605. OLE color: 11391605.

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

Color convert

RGB117210173-
CMYK0.4400.180.18
HSL156.13º50.82%64.12%-
HSV(B)156.13º44.29%82.35%-
XYZ37.9352.8947.75-
YUV177.98125.1984.51-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 23.4%
GREEN value IS 210 (82.42% from 255) = 42%
BLUE value IS 173 (67.97% from 255) = 34.6%
R=23.4%
G=42%
B=34.6%

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
Decimal1172101730.4400.180.18156.1350.8264.12
Hex75D2AD2C012129c3340
Octal165322255540222223463100
Binary1110101110100101010110110110001001010010100111001100111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75D2AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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