#77BFA2

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

Shades of Medium Aquamarine #77BFA2

Tints of Medium Aquamarine #77BFA2

Color information

#77BFA2 (or 0x77BFA2) is unknown color: approx Medium Aquamarine. HEX triplet: 77, BF and A2. RGB value is (119,191,162). Sum of RGB (Red+Green+Blue) = 119+191+162=472 (62% of max value = 765). Red value is 119 (46.88% from 255 or 25.21% from 472); Green value is 191 (75% from 255 or 40.47% from 472); Blue value is 162 (63.67% from 255 or 34.32% from 472); Max value from RGB is 191 - color contains mainly: green. Hex color #77BFA2 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #77BFA2 is #88405D. Grayscale: #A6A6A6. Windows color (decimal): -8929374 or 10665847. OLE color: 10665847.

HSL color Cylindrical-coordinate representation of color #77BFA2: hue angle of 155.83º degrees, saturation: 0.36, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #77BFA2 is Cyan = 0.38, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.25.

Color convert

RGB119191162-
CMYK0.3800.150.25
HSL155.83º36%60.78%-
HSV(B)155.83º37.7%74.9%-
XYZ32.7643.7940.91-
YUV166.17125.6594.36-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 25.21%
GREEN value IS 191 (75% from 255) = 40.47%
BLUE value IS 162 (63.67% from 255) = 34.32%
R=25.21%
G=40.47%
B=34.32%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1191911620.3800.150.25155.833660.78
Hex77BFA2260F199c243d
Octal16727724246017312344475
Binary11101111011111110100010100110011111100110011100100100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77BFA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(119,191,162); }

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

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

 a { background-color: rgb(119,191,162); }

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

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

 span { border-color: rgb(119,191,162); }

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