#76E39B

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

Shades of Medium Aquamarine #76E39B

Tints of Medium Aquamarine #76E39B

Color information

#76E39B (or 0x76E39B) is unknown color: approx Medium Aquamarine. HEX triplet: 76, E3 and 9B. RGB value is (118,227,155). Sum of RGB (Red+Green+Blue) = 118+227+155=500 (66% of max value = 765). Red value is 118 (46.48% from 255 or 23.6% from 500); Green value is 227 (89.06% from 255 or 45.4% from 500); Blue value is 155 (60.94% from 255 or 31% from 500); Max value from RGB is 227 - color contains mainly: green. Hex color #76E39B is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #76E39B is #891C64. Grayscale: #BABABA. Windows color (decimal): -8985701 or 10216310. OLE color: 10216310.

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

Color convert

RGB118227155-
CMYK0.4800.320.11
HSL140.37º66.06%67.65%-
HSV(B)140.37º48.02%89.02%-
XYZ40.8661.1640.66-
YUV186.2110.3979.35-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 23.6%
GREEN value IS 227 (89.06% from 255) = 45.4%
BLUE value IS 155 (60.94% from 255) = 31%
R=23.6%
G=45.4%
B=31%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1182271550.4800.320.11140.3766.0667.65
Hex76E39B30020B8c4244
Octal1663432336004013214102104
Binary11101101110001110011011110000010000010111000110010000101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76E39B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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