#77EAAE

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

Shades of Medium Aquamarine #77EAAE

Tints of Medium Aquamarine #77EAAE

Color information

#77EAAE (or 0x77EAAE) is unknown color: approx Medium Aquamarine. HEX triplet: 77, EA and AE. RGB value is (119,234,174). Sum of RGB (Red+Green+Blue) = 119+234+174=527 (69% of max value = 765). Red value is 119 (46.88% from 255 or 22.58% from 527); Green value is 234 (91.80% from 255 or 44.40% from 527); Blue value is 174 (68.36% from 255 or 33.02% from 527); Max value from RGB is 234 - color contains mainly: green. Hex color #77EAAE is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #77EAAE is #881551. Grayscale: #C0C0C0. Windows color (decimal): -8918354 or 11463287. OLE color: 11463287.

HSL color Cylindrical-coordinate representation of color #77EAAE: hue angle of 148.7º degrees, saturation: 0.73, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #77EAAE is Cyan = 0.49, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.08.

Color convert

RGB119234174-
CMYK0.4900.260.08
HSL148.7º73.25%69.22%-
HSV(B)148.7º49.15%91.76%-
XYZ44.6765.8250.4-
YUV192.78117.475.38-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 22.58%
GREEN value IS 234 (91.80% from 255) = 44.40%
BLUE value IS 174 (68.36% from 255) = 33.02%
R=22.58%
G=44.40%
B=33.02%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1192341740.4900.260.08148.773.2569.22
Hex77EAAE3101A8954945
Octal1673522566103210225111105
Binary1110111111010101010111011000101101010001001010110010011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77EAAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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