#75DDA9

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

Shades of Medium Aquamarine #75DDA9

Tints of Medium Aquamarine #75DDA9

Color information

#75DDA9 (or 0x75DDA9) is unknown color: approx Medium Aquamarine. HEX triplet: 75, DD and A9. RGB value is (117,221,169). Sum of RGB (Red+Green+Blue) = 117+221+169=507 (67% of max value = 765). Red value is 117 (46.09% from 255 or 23.08% from 507); Green value is 221 (86.72% from 255 or 43.59% from 507); Blue value is 169 (66.41% from 255 or 33.33% from 507); Max value from RGB is 221 - color contains mainly: green. Hex color #75DDA9 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #75DDA9 is #8A2256. Grayscale: #B8B8B8. Windows color (decimal): -9052759 or 11132277. OLE color: 11132277.

HSL color Cylindrical-coordinate representation of color #75DDA9: hue angle of 150º 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 #75DDA9 is Cyan = 0.47, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.13.

Color convert

RGB117221169-
CMYK0.4700.240.13
HSL150º60.47%66.27%-
HSV(B)150º47.06%86.67%-
XYZ40.3558.3646.67-
YUV183.98119.5480.23-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 23.08%
GREEN value IS 221 (86.72% from 255) = 43.59%
BLUE value IS 169 (66.41% from 255) = 33.33%
R=23.08%
G=43.59%
B=33.33%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1172211690.4700.240.1315060.4766.27
Hex75DDA92F018D963c42
Octal165335251570301522674102
Binary111010111011101101010011011110110001101100101101111001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75DDA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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