#76E3A5

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

Shades of Medium Aquamarine #76E3A5

Tints of Medium Aquamarine #76E3A5

Color information

#76E3A5 (or 0x76E3A5) is unknown color: approx Medium Aquamarine. HEX triplet: 76, E3 and A5. RGB value is (118,227,165). Sum of RGB (Red+Green+Blue) = 118+227+165=510 (67% of max value = 765). Red value is 118 (46.48% from 255 or 23.14% from 510); Green value is 227 (89.06% from 255 or 44.51% from 510); Blue value is 165 (64.84% from 255 or 32.35% from 510); Max value from RGB is 227 - color contains mainly: green. Hex color #76E3A5 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #76E3A5 is #891C5A. Grayscale: #BBBBBB. Windows color (decimal): -8985691 or 10871670. OLE color: 10871670.

HSL color Cylindrical-coordinate representation of color #76E3A5: hue angle of 145.87º degrees, saturation: 0.66, 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 #76E3A5 is Cyan = 0.48, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.11.

Color convert

RGB118227165-
CMYK0.4800.270.11
HSL145.87º66.06%67.65%-
HSV(B)145.87º48.02%89.02%-
XYZ41.7361.5145.27-
YUV187.34115.3978.54-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 23.14%
GREEN value IS 227 (89.06% from 255) = 44.51%
BLUE value IS 165 (64.84% from 255) = 32.35%
R=23.14%
G=44.51%
B=32.35%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1182271650.4800.270.11145.8766.0667.65
Hex76E3A53001BB924244
Octal1663432456003313222102104
Binary1110110111000111010010111000001101110111001001010000101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76E3A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(118,227,165); }

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

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

 a { background-color: rgb(118,227,165); }

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

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

 span { border-color: rgb(118,227,165); }

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