#77D7A4

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

Shades of Medium Aquamarine #77D7A4

Tints of Medium Aquamarine #77D7A4

Color information

#77D7A4 (or 0x77D7A4) is unknown color: approx Medium Aquamarine. HEX triplet: 77, D7 and A4. RGB value is (119,215,164). Sum of RGB (Red+Green+Blue) = 119+215+164=498 (65% of max value = 765). Red value is 119 (46.88% from 255 or 23.90% from 498); Green value is 215 (84.38% from 255 or 43.17% from 498); Blue value is 164 (64.45% from 255 or 32.93% from 498); Max value from RGB is 215 - color contains mainly: green. Hex color #77D7A4 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #77D7A4 is #88285B. Grayscale: #B4B4B4. Windows color (decimal): -8923228 or 10803063. OLE color: 10803063.

HSL color Cylindrical-coordinate representation of color #77D7A4: hue angle of 148.12º 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 #77D7A4 is Cyan = 0.45, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.16.

Color convert

RGB119215164-
CMYK0.4500.240.16
HSL148.12º54.55%65.49%-
HSV(B)148.12º44.65%84.31%-
XYZ38.6155.243.74-
YUV180.48118.784.15-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 23.90%
GREEN value IS 215 (84.38% from 255) = 43.17%
BLUE value IS 164 (64.45% from 255) = 32.93%
R=23.90%
G=43.17%
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.16
SystemRedGreenBlueCMYKHSL
Decimal1192151640.4500.240.16148.1254.5565.49
Hex77D7A42D01810943741
Octal167327244550302022467101
Binary1110111110101111010010010110101100010000100101001101111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77D7A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #77D7A4; }

 p { color: rgb(119,215,164); }

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

<style>
 a { background-color: #77D7A4; }

 a { background-color: rgb(119,215,164); }

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

<style>
 span { border-color: #77D7A4; }

 span { border-color: rgb(119,215,164); }

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