#76D5A0

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

Shades of Medium Aquamarine #76D5A0

Tints of Medium Aquamarine #76D5A0

Color information

#76D5A0 (or 0x76D5A0) is unknown color: approx Medium Aquamarine. HEX triplet: 76, D5 and A0. RGB value is (118,213,160). Sum of RGB (Red+Green+Blue) = 118+213+160=491 (65% of max value = 765). Red value is 118 (46.48% from 255 or 24.03% from 491); Green value is 213 (83.59% from 255 or 43.38% from 491); Blue value is 160 (62.89% from 255 or 32.59% from 491); Max value from RGB is 213 - color contains mainly: green. Hex color #76D5A0 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #76D5A0 is #892A5F. Grayscale: #B2B2B2. Windows color (decimal): -8989280 or 10540406. OLE color: 10540406.

HSL color Cylindrical-coordinate representation of color #76D5A0: hue angle of 146.53º degrees, saturation: 0.53, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #76D5A0 is Cyan = 0.45, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.16.

Color convert

RGB118213160-
CMYK0.4500.250.16
HSL146.53º53.07%64.9%-
HSV(B)146.53º44.6%83.53%-
XYZ37.6153.9841.69-
YUV178.55117.5384.81-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 24.03%
GREEN value IS 213 (83.59% from 255) = 43.38%
BLUE value IS 160 (62.89% from 255) = 32.59%
R=24.03%
G=43.38%
B=32.59%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1182131600.4500.250.16146.5353.0764.9
Hex76D5A02D01910933541
Octal166325240550312022365101
Binary1110110110101011010000010110101100110000100100111101011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76D5A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(118,213,160); }

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

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

 a { background-color: rgb(118,213,160); }

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

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

 span { border-color: rgb(118,213,160); }

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