#76D7AD

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

Shades of Medium Aquamarine #76D7AD

Tints of Medium Aquamarine #76D7AD

Color information

#76D7AD (or 0x76D7AD) is unknown color: approx Medium Aquamarine. HEX triplet: 76, D7 and AD. RGB value is (118,215,173). Sum of RGB (Red+Green+Blue) = 118+215+173=506 (67% of max value = 765). Red value is 118 (46.48% from 255 or 23.32% from 506); Green value is 215 (84.38% from 255 or 42.49% from 506); Blue value is 173 (67.97% from 255 or 34.19% from 506); Max value from RGB is 215 - color contains mainly: green. Hex color #76D7AD is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #76D7AD is #892852. Grayscale: #B5B5B5. Windows color (decimal): -8988755 or 11392886. OLE color: 11392886.

HSL color Cylindrical-coordinate representation of color #76D7AD: hue angle of 154.02º degrees, saturation: 0.55, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #76D7AD is Cyan = 0.45, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.16.

Color convert

RGB118215173-
CMYK0.4500.200.16
HSL154.02º54.8%65.29%-
HSV(B)154.02º45.12%84.31%-
XYZ39.3155.4748.17-
YUV181.21123.3682.92-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 23.32%
GREEN value IS 215 (84.38% from 255) = 42.49%
BLUE value IS 173 (67.97% from 255) = 34.19%
R=23.32%
G=42.49%
B=34.19%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1182151730.4500.200.16154.0254.865.29
Hex76D7AD2D014109a3741
Octal166327255550242023267101
Binary1110110110101111010110110110101010010000100110101101111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76D7AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(118,215,173); }

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

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

 a { background-color: rgb(118,215,173); }

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

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

 span { border-color: rgb(118,215,173); }

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