#75DAAA

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

Shades of Medium Aquamarine #75DAAA

Tints of Medium Aquamarine #75DAAA

Color information

#75DAAA (or 0x75DAAA) is unknown color: approx Medium Aquamarine. HEX triplet: 75, DA and AA. RGB value is (117,218,170). Sum of RGB (Red+Green+Blue) = 117+218+170=505 (66% of max value = 765). Red value is 117 (46.09% from 255 or 23.17% from 505); Green value is 218 (85.55% from 255 or 43.17% from 505); Blue value is 170 (66.80% from 255 or 33.66% from 505); Max value from RGB is 218 - color contains mainly: green. Hex color #75DAAA is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #75DAAA is #8A2555. Grayscale: #B6B6B6. Windows color (decimal): -9053526 or 11197045. OLE color: 11197045.

HSL color Cylindrical-coordinate representation of color #75DAAA: hue angle of 151.49º degrees, saturation: 0.58, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #75DAAA is Cyan = 0.46, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.15.

Color convert

RGB117218170-
CMYK0.4600.220.15
HSL151.49º57.71%65.69%-
HSV(B)151.49º46.33%85.49%-
XYZ39.6656.8346.91-
YUV182.33121.0481.4-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 23.17%
GREEN value IS 218 (85.55% from 255) = 43.17%
BLUE value IS 170 (66.80% from 255) = 33.66%
R=23.17%
G=43.17%
B=33.66%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1172181700.4600.220.15151.4957.7165.69
Hex75DAAA2E016F973a42
Octal165332252560261722772102
Binary111010111011010101010101011100101101111100101111110101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75DAAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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