#77DCA7

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

Shades of Medium Aquamarine #77DCA7

Tints of Medium Aquamarine #77DCA7

Color information

#77DCA7 (or 0x77DCA7) is unknown color: approx Medium Aquamarine. HEX triplet: 77, DC and A7. RGB value is (119,220,167). Sum of RGB (Red+Green+Blue) = 119+220+167=506 (67% of max value = 765). Red value is 119 (46.88% from 255 or 23.52% from 506); Green value is 220 (86.33% from 255 or 43.48% from 506); Blue value is 167 (65.62% from 255 or 33.00% from 506); Max value from RGB is 220 - color contains mainly: green. Hex color #77DCA7 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #77DCA7 is #882358. Grayscale: #B7B7B7. Windows color (decimal): -8921945 or 11000951. OLE color: 11000951.

HSL color Cylindrical-coordinate representation of color #77DCA7: hue angle of 148.51º degrees, saturation: 0.59, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #77DCA7 is Cyan = 0.46, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.14.

Color convert

RGB119220167-
CMYK0.4600.240.14
HSL148.51º59.06%66.47%-
HSV(B)148.51º45.91%86.27%-
XYZ40.1857.945.62-
YUV183.76118.5481.81-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 23.52%
GREEN value IS 220 (86.33% from 255) = 43.48%
BLUE value IS 167 (65.62% from 255) = 33.00%
R=23.52%
G=43.48%
B=33.00%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1192201670.4600.240.14148.5159.0666.47
Hex77DCA72E018E953b42
Octal167334247560301622573102
Binary111011111011100101001111011100110001110100101011110111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77DCA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(119,220,167); }

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

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

 a { background-color: rgb(119,220,167); }

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

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

 span { border-color: rgb(119,220,167); }

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