#76e6b2

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

Shades of Medium Aquamarine #76E6B2

Tints of Medium Aquamarine #76E6B2

Color information

#76E6B2 (or 0x76E6B2) is unknown color: approx Medium Aquamarine. HEX triplet: 76, E6 and B2. RGB value is (118,230,178). Sum of RGB (Red+Green+Blue) = 118+230+178=526 (69% of max value = 765). Red value is 118 (46.48% from 255 or 22.43% from 526); Green value is 230 (90.23% from 255 or 43.73% from 526); Blue value is 178 (69.92% from 255 or 33.84% from 526); Max value from RGB is 230 - color contains mainly: green. Hex color #76E6B2 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #76E6B2 is #89194D. Grayscale: #BEBEBE. Windows color (decimal): -8984910 or 11724406. OLE color: 11724406.

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

Color convert

RGB118230178-
CMYK0.4900.230.10
HSL152.14º69.14%68.24%-
HSV(B)152.14º48.7%90.2%-
XYZ43.863.6652.1-
YUV190.58120.8976.23-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 22.43%
GREEN value IS 230 (90.23% from 255) = 43.73%
BLUE value IS 178 (69.92% from 255) = 33.84%
R=22.43%
G=43.73%
B=33.84%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1182301780.4900.230.10152.1469.1468.24
Hex76E6B231017A984544
Octal1663462626102712230105104
Binary1110110111001101011001011000101011110101001100010001011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76e6b2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(118,230,178); }

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

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

 a { background-color: rgb(118,230,178); }

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

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

 span { border-color: rgb(118,230,178); }

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