#76C1A4

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

Shades of Medium Aquamarine #76C1A4

Tints of Medium Aquamarine #76C1A4

Color information

#76C1A4 (or 0x76C1A4) is unknown color: approx Medium Aquamarine. HEX triplet: 76, C1 and A4. RGB value is (118,193,164). Sum of RGB (Red+Green+Blue) = 118+193+164=475 (62% of max value = 765). Red value is 118 (46.48% from 255 or 24.84% from 475); Green value is 193 (75.78% from 255 or 40.63% from 475); Blue value is 164 (64.45% from 255 or 34.53% from 475); Max value from RGB is 193 - color contains mainly: green. Hex color #76C1A4 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #76C1A4 is #893E5B. Grayscale: #A7A7A7. Windows color (decimal): -8994396 or 10797430. OLE color: 10797430.

HSL color Cylindrical-coordinate representation of color #76C1A4: hue angle of 156.8º 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 #76C1A4 is Cyan = 0.39, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.24.

Color convert

RGB118193164-
CMYK0.3900.150.24
HSL156.8º37.69%60.98%-
HSV(B)156.8º38.86%75.69%-
XYZ33.2444.6741.99-
YUV167.27126.1592.86-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 24.84%
GREEN value IS 193 (75.78% from 255) = 40.63%
BLUE value IS 164 (64.45% from 255) = 34.53%
R=24.84%
G=40.63%
B=34.53%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1181931640.3900.150.24156.837.6960.98
Hex76C1A4270F189d263d
Octal16630124447017302354675
Binary11101101100000110100100100111011111100010011101100110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76C1A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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