#76C6A5

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

Shades of Medium Aquamarine #76C6A5

Tints of Medium Aquamarine #76C6A5

Color information

#76C6A5 (or 0x76C6A5) is unknown color: approx Medium Aquamarine. HEX triplet: 76, C6 and A5. RGB value is (118,198,165). Sum of RGB (Red+Green+Blue) = 118+198+165=481 (63% of max value = 765). Red value is 118 (46.48% from 255 or 24.53% from 481); Green value is 198 (77.73% from 255 or 41.16% from 481); Blue value is 165 (64.84% from 255 or 34.30% from 481); Max value from RGB is 198 - color contains mainly: green. Hex color #76C6A5 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #76C6A5 is #89395A. Grayscale: #AAAAAA. Windows color (decimal): -8993115 or 10864246. OLE color: 10864246.

HSL color Cylindrical-coordinate representation of color #76C6A5: hue angle of 155.25º 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 #76C6A5 is Cyan = 0.40, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.22.

Color convert

RGB118198165-
CMYK0.4000.170.22
HSL155.25º41.24%61.96%-
HSV(B)155.25º40.4%77.65%-
XYZ34.4646.9642.84-
YUV170.3212590.68-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 24.53%
GREEN value IS 198 (77.73% from 255) = 41.16%
BLUE value IS 165 (64.84% from 255) = 34.30%
R=24.53%
G=41.16%
B=34.30%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1181981650.4000.170.22155.2541.2461.96
Hex76C6A528011169b293e
Octal16630624550021262335176
Binary111011011000110101001011010000100011011010011011101001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76C6A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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