#77DCAC

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

Shades of Medium Aquamarine #77DCAC

Tints of Medium Aquamarine #77DCAC

Color information

#77DCAC (or 0x77DCAC) is unknown color: approx Medium Aquamarine. HEX triplet: 77, DC and AC. RGB value is (119,220,172). Sum of RGB (Red+Green+Blue) = 119+220+172=511 (67% of max value = 765). Red value is 119 (46.88% from 255 or 23.29% from 511); Green value is 220 (86.33% from 255 or 43.05% from 511); Blue value is 172 (67.58% from 255 or 33.66% from 511); Max value from RGB is 220 - color contains mainly: green. Hex color #77DCAC is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #77DCAC is #882353. Grayscale: #B8B8B8. Windows color (decimal): -8921940 or 11328631. OLE color: 11328631.

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

Color convert

RGB119220172-
CMYK0.4600.220.14
HSL151.49º59.06%66.47%-
HSV(B)151.49º45.91%86.27%-
XYZ40.6558.0948.1-
YUV184.33121.0481.4-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 23.29%
GREEN value IS 220 (86.33% from 255) = 43.05%
BLUE value IS 172 (67.58% from 255) = 33.66%
R=23.29%
G=43.05%
B=33.66%

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
Decimal1192201720.4600.220.14151.4959.0666.47
Hex77DCAC2E016E973b42
Octal167334254560261622773102
Binary111011111011100101011001011100101101110100101111110111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77DCAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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