#76C6A6

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

Shades of Medium Aquamarine #76C6A6

Tints of Medium Aquamarine #76C6A6

Color information

#76C6A6 (or 0x76C6A6) is unknown color: approx Medium Aquamarine. HEX triplet: 76, C6 and A6. RGB value is (118,198,166). Sum of RGB (Red+Green+Blue) = 118+198+166=482 (63% of max value = 765). Red value is 118 (46.48% from 255 or 24.48% from 482); Green value is 198 (77.73% from 255 or 41.08% from 482); Blue value is 166 (65.23% from 255 or 34.44% from 482); Max value from RGB is 198 - color contains mainly: green. Hex color #76C6A6 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #76C6A6 is #893959. Grayscale: #AAAAAA. Windows color (decimal): -8993114 or 10929782. OLE color: 10929782.

HSL color Cylindrical-coordinate representation of color #76C6A6: hue angle of 156º degrees, saturation: 0.41, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #76C6A6 is Cyan = 0.40, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.22.

Color convert

RGB118198166-
CMYK0.4000.160.22
HSL156º41.24%61.96%-
HSV(B)156º40.4%77.65%-
XYZ34.5546.9943.33-
YUV170.43125.590.6-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 24.48%
GREEN value IS 198 (77.73% from 255) = 41.08%
BLUE value IS 166 (65.23% from 255) = 34.44%
R=24.48%
G=41.08%
B=34.44%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1181981660.4000.160.2215641.2461.96
Hex76C6A628010169c293e
Octal16630624650020262345176
Binary111011011000110101001101010000100001011010011100101001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76C6A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(118,198,166); }

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

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

 a { background-color: rgb(118,198,166); }

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

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

 span { border-color: rgb(118,198,166); }

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