#77EBA4

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

Shades of Medium Aquamarine #77EBA4

Tints of Medium Aquamarine #77EBA4

Color information

#77EBA4 (or 0x77EBA4) is unknown color: approx Medium Aquamarine. HEX triplet: 77, EB and A4. RGB value is (119,235,164). Sum of RGB (Red+Green+Blue) = 119+235+164=518 (68% of max value = 765). Red value is 119 (46.88% from 255 or 22.97% from 518); Green value is 235 (92.19% from 255 or 45.37% from 518); Blue value is 164 (64.45% from 255 or 31.66% from 518); Max value from RGB is 235 - color contains mainly: green. Hex color #77EBA4 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #77EBA4 is #88145B. Grayscale: #C0C0C0. Windows color (decimal): -8918108 or 10808183. OLE color: 10808183.

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

Color convert

RGB119235164-
CMYK0.4900.300.08
HSL143.28º74.36%69.41%-
HSV(B)143.28º49.36%92.16%-
XYZ44.0266.0245.54-
YUV192.22112.0775.77-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 22.97%
GREEN value IS 235 (92.19% from 255) = 45.37%
BLUE value IS 164 (64.45% from 255) = 31.66%
R=22.97%
G=45.37%
B=31.66%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1192351640.4900.300.08143.2874.3669.41
Hex77EBA43101E88f4a45
Octal1673532446103610217112105
Binary1110111111010111010010011000101111010001000111110010101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77EBA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(119,235,164); }

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

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

 a { background-color: rgb(119,235,164); }

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

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

 span { border-color: rgb(119,235,164); }

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