#77D5AC

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

Shades of Medium Aquamarine #77D5AC

Tints of Medium Aquamarine #77D5AC

Color information

#77D5AC (or 0x77D5AC) is unknown color: approx Medium Aquamarine. HEX triplet: 77, D5 and AC. RGB value is (119,213,172). Sum of RGB (Red+Green+Blue) = 119+213+172=504 (66% of max value = 765). Red value is 119 (46.88% from 255 or 23.61% from 504); Green value is 213 (83.59% from 255 or 42.26% from 504); Blue value is 172 (67.58% from 255 or 34.13% from 504); Max value from RGB is 213 - color contains mainly: green. Hex color #77D5AC is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #77D5AC is #882A53. Grayscale: #B4B4B4. Windows color (decimal): -8923732 or 11326839. OLE color: 11326839.

HSL color Cylindrical-coordinate representation of color #77D5AC: hue angle of 153.83º degrees, saturation: 0.53, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #77D5AC is Cyan = 0.44, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.16.

Color convert

RGB119213172-
CMYK0.4400.190.16
HSL153.83º52.81%65.1%-
HSV(B)153.83º44.13%83.53%-
XYZ38.8554.4947.5-
YUV180.22123.3684.33-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 23.61%
GREEN value IS 213 (83.59% from 255) = 42.26%
BLUE value IS 172 (67.58% from 255) = 34.13%
R=23.61%
G=42.26%
B=34.13%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1192131720.4400.190.16153.8352.8165.1
Hex77D5AC2C013109a3541
Octal167325254540232023265101
Binary1110111110101011010110010110001001110000100110101101011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77D5AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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