#77D69E

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

Shades of Medium Aquamarine #77D69E

Tints of Medium Aquamarine #77D69E

Color information

#77D69E (or 0x77D69E) is unknown color: approx Medium Aquamarine. HEX triplet: 77, D6 and 9E. RGB value is (119,214,158). Sum of RGB (Red+Green+Blue) = 119+214+158=491 (65% of max value = 765). Red value is 119 (46.88% from 255 or 24.24% from 491); Green value is 214 (83.98% from 255 or 43.58% from 491); Blue value is 158 (62.11% from 255 or 32.18% from 491); Max value from RGB is 214 - color contains mainly: green. Hex color #77D69E is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #77D69E is #882961. Grayscale: #B3B3B3. Windows color (decimal): -8923490 or 10409591. OLE color: 10409591.

HSL color Cylindrical-coordinate representation of color #77D69E: hue angle of 144.63º degrees, saturation: 0.54, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #77D69E is Cyan = 0.44, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.16.

Color convert

RGB119214158-
CMYK0.4400.260.16
HSL144.63º53.67%65.29%-
HSV(B)144.63º44.39%83.92%-
XYZ37.8354.4840.87-
YUV179.21116.0385.05-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 24.24%
GREEN value IS 214 (83.98% from 255) = 43.58%
BLUE value IS 158 (62.11% from 255) = 32.18%
R=24.24%
G=43.58%
B=32.18%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1192141580.4400.260.16144.6353.6765.29
Hex77D69E2C01A10913641
Octal167326236540322022166101
Binary1110111110101101001111010110001101010000100100011101101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77D69E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(119,214,158); }

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

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

 a { background-color: rgb(119,214,158); }

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

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

 span { border-color: rgb(119,214,158); }

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