#77DDAC

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

Shades of Medium Aquamarine #77DDAC

Tints of Medium Aquamarine #77DDAC

Color information

#77DDAC (or 0x77DDAC) is unknown color: approx Medium Aquamarine. HEX triplet: 77, DD and AC. RGB value is (119,221,172). Sum of RGB (Red+Green+Blue) = 119+221+172=512 (67% of max value = 765). Red value is 119 (46.88% from 255 or 23.24% from 512); Green value is 221 (86.72% from 255 or 43.16% from 512); Blue value is 172 (67.58% from 255 or 33.59% from 512); Max value from RGB is 221 - color contains mainly: green. Hex color #77DDAC is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #77DDAC is #882253. Grayscale: #B9B9B9. Windows color (decimal): -8921684 or 11328887. OLE color: 11328887.

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

Color convert

RGB119221172-
CMYK0.4600.220.13
HSL151.18º60%66.67%-
HSV(B)151.18º46.15%86.67%-
XYZ40.9158.6148.19-
YUV184.92120.7180.98-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 23.24%
GREEN value IS 221 (86.72% from 255) = 43.16%
BLUE value IS 172 (67.58% from 255) = 33.59%
R=23.24%
G=43.16%
B=33.59%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1192211720.4600.220.13151.186066.67
Hex77DDAC2E016D973c43
Octal167335254560261522774103
Binary111011111011101101011001011100101101101100101111111001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77DDAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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