#76E5A4

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

Shades of Medium Aquamarine #76E5A4

Tints of Medium Aquamarine #76E5A4

Color information

#76E5A4 (or 0x76E5A4) is unknown color: approx Medium Aquamarine. HEX triplet: 76, E5 and A4. RGB value is (118,229,164). Sum of RGB (Red+Green+Blue) = 118+229+164=511 (67% of max value = 765). Red value is 118 (46.48% from 255 or 23.09% from 511); Green value is 229 (89.84% from 255 or 44.81% from 511); Blue value is 164 (64.45% from 255 or 32.09% from 511); Max value from RGB is 229 - color contains mainly: green. Hex color #76E5A4 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #76E5A4 is #891A5B. Grayscale: #BCBCBC. Windows color (decimal): -8985180 or 10806646. OLE color: 10806646.

HSL color Cylindrical-coordinate representation of color #76E5A4: hue angle of 144.86º degrees, saturation: 0.68, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #76E5A4 is Cyan = 0.48, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.10.

Color convert

RGB118229164-
CMYK0.4800.280.10
HSL144.86º68.1%68.04%-
HSV(B)144.86º48.47%89.8%-
XYZ42.1962.5744.98-
YUV188.4114.2377.79-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 23.09%
GREEN value IS 229 (89.84% from 255) = 44.81%
BLUE value IS 164 (64.45% from 255) = 32.09%
R=23.09%
G=44.81%
B=32.09%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1182291640.4800.280.10144.8668.168.04
Hex76E5A43001CA914444
Octal1663452446003412221104104
Binary1110110111001011010010011000001110010101001000110001001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76E5A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(118,229,164); }

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

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

 a { background-color: rgb(118,229,164); }

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

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

 span { border-color: rgb(118,229,164); }

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