Html Css Color HEX #77D6AC Medium Aquamarine

📋 copy color: '#77D6AC'

red 119 ◦ green 214 ◦ blue 172

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

Shades of Medium Aquamarine #77D6AC

Tints of Medium Aquamarine #77D6AC

RGB

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

 GREEN value IS 214 (83.98% from 255) = 42.38%

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

R = 23.56%
G = 42.38%
B = 34.06%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.20

 K value IS 0.16

RGB Variations

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

Color information

#77D6AC (or 0x77D6AC) is known color: Medium Aquamarine. HEX triplet: 77, D6 and AC. RGB value is (119,214,172). Sum of RGB (Red+Green+Blue) = 119+214+172=505 (66% of max value = 765). Red value is 119 (46.88% from 255 or 23.56% from 505); Green value is 214 (83.98% from 255 or 42.38% from 505); Blue value is 172 (67.58% from 255 or 34.06% from 505); Max value from RGB is 214 - color contains mainly: green. Hex color #77D6AC is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #77D6AC is #882953. Grayscale: #B4B4B4. Windows color (decimal): -8923476 or 11327095. OLE color: 11327095.

HSL color Cylindrical-coordinate representation of color #77D6AC: hue angle of 153.47º 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 #77D6AC is Cyan = 0.44, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.16.

Color convert

RGB 119 214 172 -
CMYK 0.44 0 0.20 0.16
HSL 153.47º 0.54% 0.65% -
HSV(B) 153.47º 0.44% 0.84% -
XYZ 39.1 54.99 47.58 -
YUV 180.81 123.03 83.92 -
System Red Green Blue C M Y K H S L
Decimal 119 214 172 0.44 0 0.20 0.16 153.47 0.54 0.65
Hex 77 D6 AC 2C 0 14 10 99 36 41
Octal 167 326 254 54 0 24 20 231 66 101
Binary 1110111 11010110 10101100 101100 0 10100 10000 10011001 110110 1000001

Color Harmonies of #77D6AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77D6AC

Black with #77D6AC

Text Example


Text Example

White with #77D6AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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