Html Css Color HEX #77D1AC Medium Aquamarine

📋 copy color: '#77D1AC'

red 119 ◦ green 209 ◦ blue 172

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

Shades of Medium Aquamarine #77D1AC

Tints of Medium Aquamarine #77D1AC

RGB

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

 GREEN value IS 209 (82.03% from 255) = 41.8%

 BLUE value IS 172 (67.58% from 255) = 34.4%

R = 23.8%
G = 41.8%
B = 34.4%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.18

 K value IS 0.18

RGB Variations

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

Color information

#77D1AC (or 0x77D1AC) is known color: Medium Aquamarine. HEX triplet: 77, D1 and AC. RGB value is (119,209,172). Sum of RGB (Red+Green+Blue) = 119+209+172=500 (66% of max value = 765). Red value is 119 (46.88% from 255 or 23.8% from 500); Green value is 209 (82.03% from 255 or 41.8% from 500); Blue value is 172 (67.58% from 255 or 34.4% from 500); Max value from RGB is 209 - color contains mainly: green. Hex color #77D1AC is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #77D1AC is #882E53. Grayscale: #B1B1B1. Windows color (decimal): -8924756 or 11325815. OLE color: 11325815.

HSL color Cylindrical-coordinate representation of color #77D1AC: hue angle of 155.33º degrees, saturation: 0.49, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #77D1AC is Cyan = 0.43, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.18.

Color convert

RGB 119 209 172 -
CMYK 0.43 0 0.18 0.18
HSL 155.33º 0.49% 0.64% -
HSV(B) 155.33º 0.43% 0.82% -
XYZ 37.85 52.5 47.17 -
YUV 177.87 124.68 86.01 -
System Red Green Blue C M Y K H S L
Decimal 119 209 172 0.43 0 0.18 0.18 155.33 0.49 0.64
Hex 77 D1 AC 2B 0 12 12 9B 31 40
Octal 167 321 254 53 0 22 22 233 61 100
Binary 1110111 11010001 10101100 101011 0 10010 10010 10011011 110001 1000000

Color Harmonies of #77D1AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77D1AC

Black with #77D1AC

Text Example


Text Example

White with #77D1AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(119,209,172); }

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

background-color css

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

 a { background-color: rgb(119,209,172); }

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

border-color css

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

 span { border-color: rgb(119,209,172); }

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