#76C6A4

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

Shades of Medium Aquamarine #76C6A4

Tints of Medium Aquamarine #76C6A4

Color information

#76C6A4 (or 0x76C6A4) is unknown color: approx Medium Aquamarine. HEX triplet: 76, C6 and A4. RGB value is (118,198,164). Sum of RGB (Red+Green+Blue) = 118+198+164=480 (63% of max value = 765). Red value is 118 (46.48% from 255 or 24.58% from 480); Green value is 198 (77.73% from 255 or 41.25% from 480); Blue value is 164 (64.45% from 255 or 34.17% from 480); Max value from RGB is 198 - color contains mainly: green. Hex color #76C6A4 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #76C6A4 is #89395B. Grayscale: #AAAAAA. Windows color (decimal): -8993116 or 10798710. OLE color: 10798710.

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

Color convert

RGB118198164-
CMYK0.4000.170.22
HSL154.5º41.24%61.96%-
HSV(B)154.5º40.4%77.65%-
XYZ34.3746.9242.37-
YUV170.2124.590.76-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 24.58%
GREEN value IS 198 (77.73% from 255) = 41.25%
BLUE value IS 164 (64.45% from 255) = 34.17%
R=24.58%
G=41.25%
B=34.17%

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
Decimal1181981640.4000.170.22154.541.2461.96
Hex76C6A428011169a293e
Octal16630624450021262325176
Binary111011011000110101001001010000100011011010011010101001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76C6A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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