#76D8A4

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

Shades of Medium Aquamarine #76D8A4

Tints of Medium Aquamarine #76D8A4

Color information

#76D8A4 (or 0x76D8A4) is unknown color: approx Medium Aquamarine. HEX triplet: 76, D8 and A4. RGB value is (118,216,164). Sum of RGB (Red+Green+Blue) = 118+216+164=498 (65% of max value = 765). Red value is 118 (46.48% from 255 or 23.69% from 498); Green value is 216 (84.77% from 255 or 43.37% from 498); Blue value is 164 (64.45% from 255 or 32.93% from 498); Max value from RGB is 216 - color contains mainly: green. Hex color #76D8A4 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #76D8A4 is #89275B. Grayscale: #B4B4B4. Windows color (decimal): -8988508 or 10803318. OLE color: 10803318.

HSL color Cylindrical-coordinate representation of color #76D8A4: hue angle of 148.16º degrees, saturation: 0.56, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #76D8A4 is Cyan = 0.45, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.15.

Color convert

RGB118216164-
CMYK0.4500.240.15
HSL148.16º55.68%65.49%-
HSV(B)148.16º45.37%84.71%-
XYZ38.7355.6443.82-
YUV180.77118.5383.23-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 23.69%
GREEN value IS 216 (84.77% from 255) = 43.37%
BLUE value IS 164 (64.45% from 255) = 32.93%
R=23.69%
G=43.37%
B=32.93%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1182161640.4500.240.15148.1655.6865.49
Hex76D8A42D018F943841
Octal166330244550301722470101
Binary111011011011000101001001011010110001111100101001110001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76D8A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(118,216,164); }

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

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

 a { background-color: rgb(118,216,164); }

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

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

 span { border-color: rgb(118,216,164); }

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