#76DDA8

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

Shades of Medium Aquamarine #76DDA8

Tints of Medium Aquamarine #76DDA8

Color information

#76DDA8 (or 0x76DDA8) is unknown color: approx Medium Aquamarine. HEX triplet: 76, DD and A8. RGB value is (118,221,168). Sum of RGB (Red+Green+Blue) = 118+221+168=507 (67% of max value = 765). Red value is 118 (46.48% from 255 or 23.27% from 507); Green value is 221 (86.72% from 255 or 43.59% from 507); Blue value is 168 (66.02% from 255 or 33.14% from 507); Max value from RGB is 221 - color contains mainly: green. Hex color #76DDA8 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #76DDA8 is #892257. Grayscale: #B8B8B8. Windows color (decimal): -8987224 or 11066742. OLE color: 11066742.

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

Color convert

RGB118221168-
CMYK0.4700.240.13
HSL149.13º60.23%66.47%-
HSV(B)149.13º46.61%86.67%-
XYZ40.458.3946.19-
YUV184.16118.8880.81-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 23.27%
GREEN value IS 221 (86.72% from 255) = 43.59%
BLUE value IS 168 (66.02% from 255) = 33.14%
R=23.27%
G=43.59%
B=33.14%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1182211680.4700.240.13149.1360.2366.47
Hex76DDA82F018D953c42
Octal166335250570301522574102
Binary111011011011101101010001011110110001101100101011111001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76DDA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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