#76DCA2

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

Shades of Medium Aquamarine #76DCA2

Tints of Medium Aquamarine #76DCA2

Color information

#76DCA2 (or 0x76DCA2) is unknown color: approx Medium Aquamarine. HEX triplet: 76, DC and A2. RGB value is (118,220,162). Sum of RGB (Red+Green+Blue) = 118+220+162=500 (66% of max value = 765). Red value is 118 (46.48% from 255 or 23.6% from 500); Green value is 220 (86.33% from 255 or 44% from 500); Blue value is 162 (63.67% from 255 or 32.4% from 500); Max value from RGB is 220 - color contains mainly: green. Hex color #76DCA2 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #76DCA2 is #89235D. Grayscale: #B7B7B7. Windows color (decimal): -8987486 or 10673270. OLE color: 10673270.

HSL color Cylindrical-coordinate representation of color #76DCA2: hue angle of 145.88º degrees, saturation: 0.59, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #76DCA2 is Cyan = 0.46, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.14.

Color convert

RGB118220162-
CMYK0.4600.260.14
HSL145.88º59.3%66.27%-
HSV(B)145.88º46.36%86.27%-
XYZ39.5957.6543.22-
YUV182.89116.2181.72-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 23.6%
GREEN value IS 220 (86.33% from 255) = 44%
BLUE value IS 162 (63.67% from 255) = 32.4%
R=23.6%
G=44%
B=32.4%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1182201620.4600.260.14145.8859.366.27
Hex76DCA22E01AE923b42
Octal166334242560321622273102
Binary111011011011100101000101011100110101110100100101110111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76DCA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(118,220,162); }

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

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

 a { background-color: rgb(118,220,162); }

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

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

 span { border-color: rgb(118,220,162); }

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