#76DDA9

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

Shades of Medium Aquamarine #76DDA9

Tints of Medium Aquamarine #76DDA9

Color information

#76DDA9 (or 0x76DDA9) is unknown color: approx Medium Aquamarine. HEX triplet: 76, DD and A9. RGB value is (118,221,169). Sum of RGB (Red+Green+Blue) = 118+221+169=508 (67% of max value = 765). Red value is 118 (46.48% from 255 or 23.23% from 508); Green value is 221 (86.72% from 255 or 43.50% from 508); Blue value is 169 (66.41% from 255 or 33.27% from 508); Max value from RGB is 221 - color contains mainly: green. Hex color #76DDA9 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #76DDA9 is #892256. Grayscale: #B8B8B8. Windows color (decimal): -8987223 or 11132278. OLE color: 11132278.

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

Color convert

RGB118221169-
CMYK0.4700.240.13
HSL149.71º60.23%66.47%-
HSV(B)149.71º46.61%86.67%-
XYZ40.4958.4346.68-
YUV184.28119.3880.73-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 23.23%
GREEN value IS 221 (86.72% from 255) = 43.50%
BLUE value IS 169 (66.41% from 255) = 33.27%
R=23.23%
G=43.50%
B=33.27%

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
Decimal1182211690.4700.240.13149.7160.2366.47
Hex76DDA92F018D963c42
Octal166335251570301522674102
Binary111011011011101101010011011110110001101100101101111001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76DDA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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