#77eacc

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

Shades of Aquamarine #77EACC

Tints of Aquamarine #77EACC

Color information

#77EACC (or 0x77EACC) is unknown color: approx Aquamarine. HEX triplet: 77, EA and CC. RGB value is (119,234,204). Sum of RGB (Red+Green+Blue) = 119+234+204=557 (73% of max value = 765). Red value is 119 (46.88% from 255 or 21.36% from 557); Green value is 234 (91.80% from 255 or 42.01% from 557); Blue value is 204 (80.08% from 255 or 36.62% from 557); Max value from RGB is 234 - color contains mainly: green. Hex color #77EACC is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #77EACC is #881533. Grayscale: #C4C4C4. Windows color (decimal): -8918324 or 13429367. OLE color: 13429367.

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

Color convert

RGB119234204-
CMYK0.4900.130.08
HSL164.35º73.25%69.22%-
HSV(B)164.35º49.15%91.76%-
XYZ47.9367.1367.56-
YUV196.2132.472.94-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 21.36%
GREEN value IS 234 (91.80% from 255) = 42.01%
BLUE value IS 204 (80.08% from 255) = 36.62%
R=21.36%
G=42.01%
B=36.62%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1192342040.4900.130.08164.3573.2569.22
Hex77EACC310D8a44945
Octal1673523146101510244111105
Binary111011111101010110011001100010110110001010010010010011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77eacc

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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