#77EACA

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

Shades of Aquamarine #77EACA

Tints of Aquamarine #77EACA

Color information

#77EACA (or 0x77EACA) is unknown color: approx Aquamarine. HEX triplet: 77, EA and CA. RGB value is (119,234,202). Sum of RGB (Red+Green+Blue) = 119+234+202=555 (73% of max value = 765). Red value is 119 (46.88% from 255 or 21.44% from 555); Green value is 234 (91.80% from 255 or 42.16% from 555); Blue value is 202 (79.30% from 255 or 36.40% from 555); Max value from RGB is 234 - color contains mainly: green. Hex color #77EACA is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #77EACA is #881535. Grayscale: #C3C3C3. Windows color (decimal): -8918326 or 13298295. OLE color: 13298295.

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

Color convert

RGB119234202-
CMYK0.4900.140.08
HSL163.3º73.25%69.22%-
HSV(B)163.3º49.15%91.76%-
XYZ47.6967.0366.3-
YUV195.97131.473.1-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 21.44%
GREEN value IS 234 (91.80% from 255) = 42.16%
BLUE value IS 202 (79.30% from 255) = 36.40%
R=21.44%
G=42.16%
B=36.40%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1192342020.4900.140.08163.373.2569.22
Hex77EACA310E8a34945
Octal1673523126101610243111105
Binary111011111101010110010101100010111010001010001110010011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77EACA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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