#77EDAD

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

Shades of Medium Aquamarine #77EDAD

Tints of Medium Aquamarine #77EDAD

Color information

#77EDAD (or 0x77EDAD) is unknown color: approx Medium Aquamarine. HEX triplet: 77, ED and AD. RGB value is (119,237,173). Sum of RGB (Red+Green+Blue) = 119+237+173=529 (70% of max value = 765). Red value is 119 (46.88% from 255 or 22.50% from 529); Green value is 237 (92.97% from 255 or 44.80% from 529); Blue value is 173 (67.97% from 255 or 32.70% from 529); Max value from RGB is 237 - color contains mainly: green. Hex color #77EDAD is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #77EDAD is #881252. Grayscale: #C2C2C2. Windows color (decimal): -8917587 or 11398519. OLE color: 11398519.

HSL color Cylindrical-coordinate representation of color #77EDAD: hue angle of 147.46º degrees, saturation: 0.77, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #77EDAD is Cyan = 0.50, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.07.

Color convert

RGB119237173-
CMYK0.5000.270.07
HSL147.46º76.62%69.8%-
HSV(B)147.46º49.79%92.94%-
XYZ45.4367.5150.17-
YUV194.42115.9174.2-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 22.50%
GREEN value IS 237 (92.97% from 255) = 44.80%
BLUE value IS 173 (67.97% from 255) = 32.70%
R=22.50%
G=44.80%
B=32.70%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1192371730.5000.270.07147.4676.6269.8
Hex77EDAD3201B7934d46
Octal167355255620337223115106
Binary111011111101101101011011100100110111111001001110011011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77EDAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(119,237,173); }

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

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

 a { background-color: rgb(119,237,173); }

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

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

 span { border-color: rgb(119,237,173); }

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