#75DD9F

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

Shades of Medium Aquamarine #75DD9F

Tints of Medium Aquamarine #75DD9F

Color information

#75DD9F (or 0x75DD9F) is unknown color: approx Medium Aquamarine. HEX triplet: 75, DD and 9F. RGB value is (117,221,159). Sum of RGB (Red+Green+Blue) = 117+221+159=497 (65% of max value = 765). Red value is 117 (46.09% from 255 or 23.54% from 497); Green value is 221 (86.72% from 255 or 44.47% from 497); Blue value is 159 (62.5% from 255 or 31.99% from 497); Max value from RGB is 221 - color contains mainly: green. Hex color #75DD9F is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #75DD9F is #8A2260. Grayscale: #B6B6B6. Windows color (decimal): -9052769 or 10476917. OLE color: 10476917.

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

Color convert

RGB117221159-
CMYK0.4700.280.13
HSL144.23º60.47%66.27%-
HSV(B)144.23º47.06%86.67%-
XYZ39.455841.92-
YUV182.84114.5481.04-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 23.54%
GREEN value IS 221 (86.72% from 255) = 44.47%
BLUE value IS 159 (62.5% from 255) = 31.99%
R=23.54%
G=44.47%
B=31.99%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1172211590.4700.280.13144.2360.4766.27
Hex75DD9F2F01CD903c42
Octal165335237570341522074102
Binary111010111011101100111111011110111001101100100001111001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75DD9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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