#76DCAA

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

Shades of Medium Aquamarine #76DCAA

Tints of Medium Aquamarine #76DCAA

Color information

#76DCAA (or 0x76DCAA) is unknown color: approx Medium Aquamarine. HEX triplet: 76, DC and AA. RGB value is (118,220,170). Sum of RGB (Red+Green+Blue) = 118+220+170=508 (67% of max value = 765). Red value is 118 (46.48% from 255 or 23.23% from 508); Green value is 220 (86.33% from 255 or 43.31% from 508); Blue value is 170 (66.80% from 255 or 33.46% from 508); Max value from RGB is 220 - color contains mainly: green. Hex color #76DCAA is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #76DCAA is #892355. Grayscale: #B7B7B7. Windows color (decimal): -8987478 or 11197558. OLE color: 11197558.

HSL color Cylindrical-coordinate representation of color #76DCAA: hue angle of 150.59º degrees, saturation: 0.59, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #76DCAA is Cyan = 0.46, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.14.

Color convert

RGB118220170-
CMYK0.4600.230.14
HSL150.59º59.3%66.27%-
HSV(B)150.59º46.36%86.27%-
XYZ40.3257.9447.09-
YUV183.8120.2181.07-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 23.23%
GREEN value IS 220 (86.33% from 255) = 43.31%
BLUE value IS 170 (66.80% from 255) = 33.46%
R=23.23%
G=43.31%
B=33.46%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1182201700.4600.230.14150.5959.366.27
Hex76DCAA2E017E973b42
Octal166334252560271622773102
Binary111011011011100101010101011100101111110100101111110111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76DCAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(118,220,170); }

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

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

 a { background-color: rgb(118,220,170); }

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

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

 span { border-color: rgb(118,220,170); }

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