#77ECC5

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

Shades of Aquamarine #77ECC5

Tints of Aquamarine #77ECC5

Color information

#77ECC5 (or 0x77ECC5) is unknown color: approx Aquamarine. HEX triplet: 77, EC and C5. RGB value is (119,236,197). Sum of RGB (Red+Green+Blue) = 119+236+197=552 (73% of max value = 765). Red value is 119 (46.88% from 255 or 21.56% from 552); Green value is 236 (92.58% from 255 or 42.75% from 552); Blue value is 197 (77.34% from 255 or 35.69% from 552); Max value from RGB is 236 - color contains mainly: green. Hex color #77ECC5 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #77ECC5 is #88133A. Grayscale: #C4C4C4. Windows color (decimal): -8917819 or 12971127. OLE color: 12971127.

HSL color Cylindrical-coordinate representation of color #77ECC5: hue angle of 160º degrees, saturation: 0.75, 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 #77ECC5 is Cyan = 0.50, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.07.

Color convert

RGB119236197-
CMYK0.5000.170.07
HSL160º75.48%69.61%-
HSV(B)160º49.58%92.55%-
XYZ47.6867.9463.42-
YUV196.57128.2472.67-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 21.56%
GREEN value IS 236 (92.58% from 255) = 42.75%
BLUE value IS 197 (77.34% from 255) = 35.69%
R=21.56%
G=42.75%
B=35.69%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1192361970.5000.170.0716075.4869.61
Hex77ECC5320117a04b46
Octal167354305620217240113106
Binary111011111101100110001011100100100011111010000010010111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77ECC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(119,236,197); }

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

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

 a { background-color: rgb(119,236,197); }

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

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

 span { border-color: rgb(119,236,197); }

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