#77E0AE

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

Shades of Medium Aquamarine #77E0AE

Tints of Medium Aquamarine #77E0AE

Color information

#77E0AE (or 0x77E0AE) is unknown color: approx Medium Aquamarine. HEX triplet: 77, E0 and AE. RGB value is (119,224,174). Sum of RGB (Red+Green+Blue) = 119+224+174=517 (68% of max value = 765). Red value is 119 (46.88% from 255 or 23.02% from 517); Green value is 224 (87.89% from 255 or 43.33% from 517); Blue value is 174 (68.36% from 255 or 33.66% from 517); Max value from RGB is 224 - color contains mainly: green. Hex color #77E0AE is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #77E0AE is #881F51. Grayscale: #BBBBBB. Windows color (decimal): -8920914 or 11460727. OLE color: 11460727.

HSL color Cylindrical-coordinate representation of color #77E0AE: hue angle of 151.43º degrees, saturation: 0.63, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #77E0AE is Cyan = 0.47, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.12.

Color convert

RGB119224174-
CMYK0.4700.220.12
HSL151.43º62.87%67.25%-
HSV(B)151.43º46.88%87.84%-
XYZ41.960.2949.47-
YUV186.9120.7179.57-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 23.02%
GREEN value IS 224 (87.89% from 255) = 43.33%
BLUE value IS 174 (68.36% from 255) = 33.66%
R=23.02%
G=43.33%
B=33.66%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1192241740.4700.220.12151.4362.8767.25
Hex77E0AE2F016C973f43
Octal167340256570261422777103
Binary111011111100000101011101011110101101100100101111111111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77E0AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(119,224,174); }

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

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

 a { background-color: rgb(119,224,174); }

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

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

 span { border-color: rgb(119,224,174); }

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