#77DCAB

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

Shades of Medium Aquamarine #77DCAB

Tints of Medium Aquamarine #77DCAB

Color information

#77DCAB (or 0x77DCAB) is unknown color: approx Medium Aquamarine. HEX triplet: 77, DC and AB. RGB value is (119,220,171). Sum of RGB (Red+Green+Blue) = 119+220+171=510 (67% of max value = 765). Red value is 119 (46.88% from 255 or 23.33% from 510); Green value is 220 (86.33% from 255 or 43.14% from 510); Blue value is 171 (67.19% from 255 or 33.53% from 510); Max value from RGB is 220 - color contains mainly: green. Hex color #77DCAB is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #77DCAB is #882354. Grayscale: #B8B8B8. Windows color (decimal): -8921941 or 11263095. OLE color: 11263095.

HSL color Cylindrical-coordinate representation of color #77DCAB: hue angle of 150.89º 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 #77DCAB is Cyan = 0.46, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.14.

Color convert

RGB119220171-
CMYK0.4600.220.14
HSL150.89º59.06%66.47%-
HSV(B)150.89º45.91%86.27%-
XYZ40.5558.0547.6-
YUV184.21120.5481.48-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 23.33%
GREEN value IS 220 (86.33% from 255) = 43.14%
BLUE value IS 171 (67.19% from 255) = 33.53%
R=23.33%
G=43.14%
B=33.53%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1192201710.4600.220.14150.8959.0666.47
Hex77DCAB2E016E973b42
Octal167334253560261622773102
Binary111011111011100101010111011100101101110100101111110111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77DCAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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