#76DD9C

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

Shades of Medium Aquamarine #76DD9C

Tints of Medium Aquamarine #76DD9C

Color information

#76DD9C (or 0x76DD9C) is unknown color: approx Medium Aquamarine. HEX triplet: 76, DD and 9C. RGB value is (118,221,156). Sum of RGB (Red+Green+Blue) = 118+221+156=495 (65% of max value = 765). Red value is 118 (46.48% from 255 or 23.84% from 495); Green value is 221 (86.72% from 255 or 44.65% from 495); Blue value is 156 (61.33% from 255 or 31.52% from 495); Max value from RGB is 221 - color contains mainly: green. Hex color #76DD9C is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #76DD9C is #892263. Grayscale: #B6B6B6. Windows color (decimal): -8987236 or 10280310. OLE color: 10280310.

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

Color convert

RGB118221156-
CMYK0.4700.290.13
HSL142.14º60.23%66.47%-
HSV(B)142.14º46.61%86.67%-
XYZ39.3357.9640.57-
YUV182.79112.8881.79-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 23.84%
GREEN value IS 221 (86.72% from 255) = 44.65%
BLUE value IS 156 (61.33% from 255) = 31.52%
R=23.84%
G=44.65%
B=31.52%

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
Decimal1182211560.4700.290.13142.1460.2366.47
Hex76DD9C2F01DD8e3c42
Octal166335234570351521674102
Binary111011011011101100111001011110111011101100011101111001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76DD9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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