#75DDAA

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

Shades of Medium Aquamarine #75DDAA

Tints of Medium Aquamarine #75DDAA

Color information

#75DDAA (or 0x75DDAA) is unknown color: approx Medium Aquamarine. HEX triplet: 75, DD and AA. RGB value is (117,221,170). Sum of RGB (Red+Green+Blue) = 117+221+170=508 (67% of max value = 765). Red value is 117 (46.09% from 255 or 23.03% from 508); Green value is 221 (86.72% from 255 or 43.50% from 508); Blue value is 170 (66.80% from 255 or 33.46% from 508); Max value from RGB is 221 - color contains mainly: green. Hex color #75DDAA is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #75DDAA is #8A2255. Grayscale: #B8B8B8. Windows color (decimal): -9052758 or 11197813. OLE color: 11197813.

HSL color Cylindrical-coordinate representation of color #75DDAA: hue angle of 150.58º degrees, saturation: 0.6, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #75DDAA is Cyan = 0.47, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.13.

Color convert

RGB117221170-
CMYK0.4700.230.13
HSL150.58º60.47%66.27%-
HSV(B)150.58º47.06%86.67%-
XYZ40.4558.447.17-
YUV184.09120.0480.15-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 23.03%
GREEN value IS 221 (86.72% from 255) = 43.50%
BLUE value IS 170 (66.80% from 255) = 33.46%
R=23.03%
G=43.50%
B=33.46%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1172211700.4700.230.13150.5860.4766.27
Hex75DDAA2F017D973c42
Octal165335252570271522774102
Binary111010111011101101010101011110101111101100101111111001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75DDAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,221,170); }

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

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

 a { background-color: rgb(117,221,170); }

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

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

 span { border-color: rgb(117,221,170); }

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