#76e0ae

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

Shades of Medium Aquamarine #76E0AE

Tints of Medium Aquamarine #76E0AE

Color information

#76E0AE (or 0x76E0AE) is unknown color: approx Medium Aquamarine. HEX triplet: 76, E0 and AE. RGB value is (118,224,174). Sum of RGB (Red+Green+Blue) = 118+224+174=516 (68% of max value = 765). Red value is 118 (46.48% from 255 or 22.87% from 516); Green value is 224 (87.89% from 255 or 43.41% from 516); Blue value is 174 (68.36% from 255 or 33.72% from 516); Max value from RGB is 224 - color contains mainly: green. Hex color #76E0AE is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #76E0AE is #891F51. Grayscale: #BABABA. Windows color (decimal): -8986450 or 11460726. OLE color: 11460726.

HSL color Cylindrical-coordinate representation of color #76E0AE: hue angle of 151.7º degrees, saturation: 0.63, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #76E0AE is Cyan = 0.47, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.12.

Color convert

RGB118224174-
CMYK0.4700.220.12
HSL151.7º63.1%67.06%-
HSV(B)151.7º47.32%87.84%-
XYZ41.7760.2249.47-
YUV186.61120.8879.07-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 22.87%
GREEN value IS 224 (87.89% from 255) = 43.41%
BLUE value IS 174 (68.36% from 255) = 33.72%
R=22.87%
G=43.41%
B=33.72%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1182241740.4700.220.12151.763.167.06
Hex76E0AE2F016C983f43
Octal166340256570261423077103
Binary111011011100000101011101011110101101100100110001111111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76e0ae

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(118,224,174); }

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

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

 a { background-color: rgb(118,224,174); }

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

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

 span { border-color: rgb(118,224,174); }

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