#76DD9D

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

Shades of Medium Aquamarine #76DD9D

Tints of Medium Aquamarine #76DD9D

Color information

#76DD9D (or 0x76DD9D) is unknown color: approx Medium Aquamarine. HEX triplet: 76, DD and 9D. RGB value is (118,221,157). Sum of RGB (Red+Green+Blue) = 118+221+157=496 (65% of max value = 765). Red value is 118 (46.48% from 255 or 23.79% from 496); Green value is 221 (86.72% from 255 or 44.56% from 496); Blue value is 157 (61.72% from 255 or 31.65% from 496); Max value from RGB is 221 - color contains mainly: green. Hex color #76DD9D is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #76DD9D is #892262. Grayscale: #B7B7B7. Windows color (decimal): -8987235 or 10345846. OLE color: 10345846.

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

Color convert

RGB118221157-
CMYK0.4700.290.13
HSL142.72º60.23%66.47%-
HSV(B)142.72º46.61%86.67%-
XYZ39.415841.02-
YUV182.91113.3881.7-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 23.79%
GREEN value IS 221 (86.72% from 255) = 44.56%
BLUE value IS 157 (61.72% from 255) = 31.65%
R=23.79%
G=44.56%
B=31.65%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1182211570.4700.290.13142.7260.2366.47
Hex76DD9D2F01DD8f3c42
Octal166335235570351521774102
Binary111011011011101100111011011110111011101100011111111001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76DD9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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