#76E4AC

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

Shades of Medium Aquamarine #76E4AC

Tints of Medium Aquamarine #76E4AC

Color information

#76E4AC (or 0x76E4AC) is unknown color: approx Medium Aquamarine. HEX triplet: 76, E4 and AC. RGB value is (118,228,172). Sum of RGB (Red+Green+Blue) = 118+228+172=518 (68% of max value = 765). Red value is 118 (46.48% from 255 or 22.78% from 518); Green value is 228 (89.45% from 255 or 44.02% from 518); Blue value is 172 (67.58% from 255 or 33.20% from 518); Max value from RGB is 228 - color contains mainly: green. Hex color #76E4AC is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #76E4AC is #891B53. Grayscale: #BCBCBC. Windows color (decimal): -8985428 or 11330678. OLE color: 11330678.

HSL color Cylindrical-coordinate representation of color #76E4AC: hue angle of 149.45º degrees, saturation: 0.67, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #76E4AC is Cyan = 0.48, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.11.

Color convert

RGB118228172-
CMYK0.4800.250.11
HSL149.45º67.07%67.84%-
HSV(B)149.45º48.25%89.41%-
XYZ42.6662.3248.81-
YUV188.73118.5677.55-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 22.78%
GREEN value IS 228 (89.45% from 255) = 44.02%
BLUE value IS 172 (67.58% from 255) = 33.20%
R=22.78%
G=44.02%
B=33.20%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1182281720.4800.250.11149.4567.0767.84
Hex76E4AC30019B954344
Octal1663442546003113225103104
Binary1110110111001001010110011000001100110111001010110000111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76E4AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(118,228,172); }

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

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

 a { background-color: rgb(118,228,172); }

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

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

 span { border-color: rgb(118,228,172); }

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