#76DDA6

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

Shades of Medium Aquamarine #76DDA6

Tints of Medium Aquamarine #76DDA6

Color information

#76DDA6 (or 0x76DDA6) is unknown color: approx Medium Aquamarine. HEX triplet: 76, DD and A6. RGB value is (118,221,166). Sum of RGB (Red+Green+Blue) = 118+221+166=505 (66% of max value = 765). Red value is 118 (46.48% from 255 or 23.37% from 505); Green value is 221 (86.72% from 255 or 43.76% from 505); Blue value is 166 (65.23% from 255 or 32.87% from 505); Max value from RGB is 221 - color contains mainly: green. Hex color #76DDA6 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #76DDA6 is #892259. Grayscale: #B8B8B8. Windows color (decimal): -8987226 or 10935670. OLE color: 10935670.

HSL color Cylindrical-coordinate representation of color #76DDA6: hue angle of 147.96º degrees, saturation: 0.6, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #76DDA6 is Cyan = 0.47, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.13.

Color convert

RGB118221166-
CMYK0.4700.250.13
HSL147.96º60.23%66.47%-
HSV(B)147.96º46.61%86.67%-
XYZ40.2158.3245.21-
YUV183.93117.8880.97-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 23.37%
GREEN value IS 221 (86.72% from 255) = 43.76%
BLUE value IS 166 (65.23% from 255) = 32.87%
R=23.37%
G=43.76%
B=32.87%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1182211660.4700.250.13147.9660.2366.47
Hex76DDA62F019D943c42
Octal166335246570311522474102
Binary111011011011101101001101011110110011101100101001111001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76DDA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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