Html Css Color HEX #77DCA0 Medium Aquamarine

📋 copy color: '#77DCA0'

red 119 ◦ green 220 ◦ blue 160

#77DCA0
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Medium Aquamarine #77DCA0

Tints of Medium Aquamarine #77DCA0

RGB

 RED value IS 119 (46.88% from 255) = 23.85%

 GREEN value IS 220 (86.33% from 255) = 44.09%

 BLUE value IS 160 (62.89% from 255) = 32.06%

R = 23.85%
G = 44.09%
B = 32.06%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.27

 K value IS 0.14

RGB Variations

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

Color information

#77DCA0 (or 0x77DCA0) is known color: Medium Aquamarine. HEX triplet: 77, DC and A0. RGB value is (119,220,160). Sum of RGB (Red+Green+Blue) = 119+220+160=499 (66% of max value = 765). Red value is 119 (46.88% from 255 or 23.85% from 499); Green value is 220 (86.33% from 255 or 44.09% from 499); Blue value is 160 (62.89% from 255 or 32.06% from 499); Max value from RGB is 220 - color contains mainly: green. Hex color #77DCA0 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #77DCA0 is #88235F. Grayscale: #B7B7B7. Windows color (decimal): -8921952 or 10542199. OLE color: 10542199.

HSL color Cylindrical-coordinate representation of color #77DCA0: hue angle of 144.36º degrees, saturation: 0.59, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #77DCA0 is Cyan = 0.46, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.14.

Color convert

RGB 119 220 160 -
CMYK 0.46 0 0.27 0.14
HSL 144.36º 0.59% 0.66% -
HSV(B) 144.36º 0.46% 0.86% -
XYZ 39.55 57.65 42.3 -
YUV 182.96 115.04 82.38 -
System Red Green Blue C M Y K H S L
Decimal 119 220 160 0.46 0 0.27 0.14 144.36 0.59 0.66
Hex 77 DC A0 2E 0 1B E 90 3B 42
Octal 167 334 240 56 0 33 16 220 73 102
Binary 1110111 11011100 10100000 101110 0 11011 1110 10010000 111011 1000010

Color Harmonies of #77DCA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77DCA0

Black with #77DCA0

Text Example


Text Example

White with #77DCA0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(119,220,160); }

 H1.HeaderClassName
 {
   color: #77DCA0;
 }
 .AnyTagClassName
 {
   color: #77DCA0;
 }
</style>

background-color css

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

 a { background-color: rgb(119,220,160); }

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

border-color css

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

 span { border-color: rgb(119,220,160); }

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