#77DDAA

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

Shades of Medium Aquamarine #77DDAA

Tints of Medium Aquamarine #77DDAA

Color information

#77DDAA (or 0x77DDAA) is unknown color: approx Medium Aquamarine. HEX triplet: 77, DD and AA. RGB value is (119,221,170). Sum of RGB (Red+Green+Blue) = 119+221+170=510 (67% of max value = 765). Red value is 119 (46.88% from 255 or 23.33% from 510); Green value is 221 (86.72% from 255 or 43.33% from 510); Blue value is 170 (66.80% from 255 or 33.33% from 510); Max value from RGB is 221 - color contains mainly: green. Hex color #77DDAA is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #77DDAA is #882255. Grayscale: #B8B8B8. Windows color (decimal): -8921686 or 11197815. OLE color: 11197815.

HSL color Cylindrical-coordinate representation of color #77DDAA: hue angle of 150º degrees, saturation: 0.6, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #77DDAA is Cyan = 0.46, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.13.

Color convert

RGB119221170-
CMYK0.4600.230.13
HSL150º60%66.67%-
HSV(B)150º46.15%86.67%-
XYZ40.7258.5447.18-
YUV184.69119.7181.15-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 23.33%
GREEN value IS 221 (86.72% from 255) = 43.33%
BLUE value IS 170 (66.80% from 255) = 33.33%
R=23.33%
G=43.33%
B=33.33%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1192211700.4600.230.131506066.67
Hex77DDAA2E017D963c43
Octal167335252560271522674103
Binary111011111011101101010101011100101111101100101101111001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77DDAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(119,221,170); }

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

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

 a { background-color: rgb(119,221,170); }

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

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

 span { border-color: rgb(119,221,170); }

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