#76C2A1

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

Shades of Medium Aquamarine #76C2A1

Tints of Medium Aquamarine #76C2A1

Color information

#76C2A1 (or 0x76C2A1) is unknown color: approx Medium Aquamarine. HEX triplet: 76, C2 and A1. RGB value is (118,194,161). Sum of RGB (Red+Green+Blue) = 118+194+161=473 (62% of max value = 765). Red value is 118 (46.48% from 255 or 24.95% from 473); Green value is 194 (76.17% from 255 or 41.01% from 473); Blue value is 161 (63.28% from 255 or 34.04% from 473); Max value from RGB is 194 - color contains mainly: green. Hex color #76C2A1 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #76C2A1 is #893D5E. Grayscale: #A7A7A7. Windows color (decimal): -8994143 or 10601078. OLE color: 10601078.

HSL color Cylindrical-coordinate representation of color #76C2A1: hue angle of 153.95º degrees, saturation: 0.38, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #76C2A1 is Cyan = 0.39, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.24.

Color convert

RGB118194161-
CMYK0.3900.170.24
HSL153.95º38.38%61.18%-
HSV(B)153.95º39.18%76.08%-
XYZ33.245.0140.66-
YUV167.51124.3292.68-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 24.95%
GREEN value IS 194 (76.17% from 255) = 41.01%
BLUE value IS 161 (63.28% from 255) = 34.04%
R=24.95%
G=41.01%
B=34.04%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1181941610.3900.170.24153.9538.3861.18
Hex76C2A127011189a263d
Octal16630224147021302324675
Binary111011011000010101000011001110100011100010011010100110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76C2A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(118,194,161); }

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

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

 a { background-color: rgb(118,194,161); }

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

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

 span { border-color: rgb(118,194,161); }

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