#77EAB0

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

Shades of Medium Aquamarine #77EAB0

Tints of Medium Aquamarine #77EAB0

Color information

#77EAB0 (or 0x77EAB0) is unknown color: approx Medium Aquamarine. HEX triplet: 77, EA and B0. RGB value is (119,234,176). Sum of RGB (Red+Green+Blue) = 119+234+176=529 (70% of max value = 765). Red value is 119 (46.88% from 255 or 22.50% from 529); Green value is 234 (91.80% from 255 or 44.23% from 529); Blue value is 176 (69.14% from 255 or 33.27% from 529); Max value from RGB is 234 - color contains mainly: green. Hex color #77EAB0 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #77EAB0 is #88154F. Grayscale: #C1C1C1. Windows color (decimal): -8918352 or 11594359. OLE color: 11594359.

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

Color convert

RGB119234176-
CMYK0.4900.250.08
HSL149.74º73.25%69.22%-
HSV(B)149.74º49.15%91.76%-
XYZ44.8765.951.43-
YUV193118.475.22-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 22.50%
GREEN value IS 234 (91.80% from 255) = 44.23%
BLUE value IS 176 (69.14% from 255) = 33.27%
R=22.50%
G=44.23%
B=33.27%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1192341760.4900.250.08149.7473.2569.22
Hex77EAB0310198964945
Octal1673522606103110226111105
Binary1110111111010101011000011000101100110001001011010010011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77EAB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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