Html Css Color HEX #77DCAD Medium Aquamarine

📋 copy color: '#77DCAD'

red 119 ◦ green 220 ◦ blue 173

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

Shades of Medium Aquamarine #77DCAD

Tints of Medium Aquamarine #77DCAD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 33.79%

R = 23.24%
G = 42.97%
B = 33.79%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.21

 K value IS 0.14

RGB Variations

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

Color information

#77DCAD (or 0x77DCAD) is known color: Medium Aquamarine. HEX triplet: 77, DC and AD. RGB value is (119,220,173). Sum of RGB (Red+Green+Blue) = 119+220+173=512 (67% of max value = 765). Red value is 119 (46.88% from 255 or 23.24% from 512); Green value is 220 (86.33% from 255 or 42.97% from 512); Blue value is 173 (67.97% from 255 or 33.79% from 512); Max value from RGB is 220 - color contains mainly: green. Hex color #77DCAD is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #77DCAD is #882352. Grayscale: #B8B8B8. Windows color (decimal): -8921939 or 11394167. OLE color: 11394167.

HSL color Cylindrical-coordinate representation of color #77DCAD: hue angle of 152.08º 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 #77DCAD is Cyan = 0.46, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.14.

Color convert

RGB 119 220 173 -
CMYK 0.46 0 0.21 0.14
HSL 152.08º 0.59% 0.66% -
HSV(B) 152.08º 0.46% 0.86% -
XYZ 40.74 58.13 48.61 -
YUV 184.44 121.54 81.32 -
System Red Green Blue C M Y K H S L
Decimal 119 220 173 0.46 0 0.21 0.14 152.08 0.59 0.66
Hex 77 DC AD 2E 0 15 E 98 3B 42
Octal 167 334 255 56 0 25 16 230 73 102
Binary 1110111 11011100 10101101 101110 0 10101 1110 10011000 111011 1000010

Color Harmonies of #77DCAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77DCAD

Black with #77DCAD

Text Example


Text Example

White with #77DCAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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