#77E8AF

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

Shades of Medium Aquamarine #77E8AF

Tints of Medium Aquamarine #77E8AF

Color information

#77E8AF (or 0x77E8AF) is unknown color: approx Medium Aquamarine. HEX triplet: 77, E8 and AF. RGB value is (119,232,175). Sum of RGB (Red+Green+Blue) = 119+232+175=526 (69% of max value = 765). Red value is 119 (46.88% from 255 or 22.62% from 526); Green value is 232 (91.02% from 255 or 44.11% from 526); Blue value is 175 (68.75% from 255 or 33.27% from 526); Max value from RGB is 232 - color contains mainly: green. Hex color #77E8AF is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #77E8AF is #881750. Grayscale: #BFBFBF. Windows color (decimal): -8918865 or 11528311. OLE color: 11528311.

HSL color Cylindrical-coordinate representation of color #77E8AF: hue angle of 149.73º degrees, saturation: 0.71, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #77E8AF is Cyan = 0.49, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.09.

Color convert

RGB119232175-
CMYK0.4900.250.09
HSL149.73º71.07%68.82%-
HSV(B)149.73º48.71%90.98%-
XYZ44.264.7350.72-
YUV191.71118.5676.13-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 22.62%
GREEN value IS 232 (91.02% from 255) = 44.11%
BLUE value IS 175 (68.75% from 255) = 33.27%
R=22.62%
G=44.11%
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.09
SystemRedGreenBlueCMYKHSL
Decimal1192321750.4900.250.09149.7371.0768.82
Hex77E8AF310199964745
Octal1673502576103111226107105
Binary1110111111010001010111111000101100110011001011010001111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77E8AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(119,232,175); }

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

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

 a { background-color: rgb(119,232,175); }

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

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

 span { border-color: rgb(119,232,175); }

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