Html Css Color HEX #77DCAB Medium Aquamarine

📋 copy color: '#77DCAB'

red 119 ◦ green 220 ◦ blue 171

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

Shades of Medium Aquamarine #77DCAB

Tints of Medium Aquamarine #77DCAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 33.53%

R = 23.33%
G = 43.14%
B = 33.53%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.22

 K value IS 0.14

RGB Variations

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

Color information

#77DCAB (or 0x77DCAB) is known color: Medium Aquamarine. HEX triplet: 77, DC and AB. RGB value is (119,220,171). Sum of RGB (Red+Green+Blue) = 119+220+171=510 (67% of max value = 765). Red value is 119 (46.88% from 255 or 23.33% from 510); Green value is 220 (86.33% from 255 or 43.14% from 510); Blue value is 171 (67.19% from 255 or 33.53% from 510); Max value from RGB is 220 - color contains mainly: green. Hex color #77DCAB is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #77DCAB is #882354. Grayscale: #B8B8B8. Windows color (decimal): -8921941 or 11263095. OLE color: 11263095.

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

Color convert

RGB 119 220 171 -
CMYK 0.46 0 0.22 0.14
HSL 150.89º 0.59% 0.66% -
HSV(B) 150.89º 0.46% 0.86% -
XYZ 40.55 58.05 47.6 -
YUV 184.22 120.54 81.48 -
System Red Green Blue C M Y K H S L
Decimal 119 220 171 0.46 0 0.22 0.14 150.89 0.59 0.66
Hex 77 DC AB 2E 0 16 E 97 3B 42
Octal 167 334 253 56 0 26 16 227 73 102
Binary 1110111 11011100 10101011 101110 0 10110 1110 10010111 111011 1000010

Color Harmonies of #77DCAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77DCAB

Black with #77DCAB

Text Example


Text Example

White with #77DCAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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