#76DDA0

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

Shades of Medium Aquamarine #76DDA0

Tints of Medium Aquamarine #76DDA0

Color information

#76DDA0 (or 0x76DDA0) is unknown color: approx Medium Aquamarine. HEX triplet: 76, DD and A0. RGB value is (118,221,160). Sum of RGB (Red+Green+Blue) = 118+221+160=499 (66% of max value = 765). Red value is 118 (46.48% from 255 or 23.65% from 499); Green value is 221 (86.72% from 255 or 44.29% from 499); Blue value is 160 (62.89% from 255 or 32.06% from 499); Max value from RGB is 221 - color contains mainly: green. Hex color #76DDA0 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #76DDA0 is #89225F. Grayscale: #B7B7B7. Windows color (decimal): -8987232 or 10542454. OLE color: 10542454.

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

Color convert

RGB118221160-
CMYK0.4700.280.13
HSL144.47º60.23%66.47%-
HSV(B)144.47º46.61%86.67%-
XYZ39.6758.142.38-
YUV183.25114.8881.46-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 23.65%
GREEN value IS 221 (86.72% from 255) = 44.29%
BLUE value IS 160 (62.89% from 255) = 32.06%
R=23.65%
G=44.29%
B=32.06%

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
Decimal1182211600.4700.280.13144.4760.2366.47
Hex76DDA02F01CD903c42
Octal166335240570341522074102
Binary111011011011101101000001011110111001101100100001111001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76DDA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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