Html Css Color HEX #77D8AC Medium Aquamarine

📋 copy color: '#77D8AC'

red 119 ◦ green 216 ◦ blue 172

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

Shades of Medium Aquamarine #77D8AC

Tints of Medium Aquamarine #77D8AC

RGB

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

 GREEN value IS 216 (84.77% from 255) = 42.6%

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

R = 23.47%
G = 42.6%
B = 33.93%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.20

 K value IS 0.15

RGB Variations

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

Color information

#77D8AC (or 0x77D8AC) is known color: Medium Aquamarine. HEX triplet: 77, D8 and AC. RGB value is (119,216,172). Sum of RGB (Red+Green+Blue) = 119+216+172=507 (67% of max value = 765). Red value is 119 (46.88% from 255 or 23.47% from 507); Green value is 216 (84.77% from 255 or 42.60% from 507); Blue value is 172 (67.58% from 255 or 33.93% from 507); Max value from RGB is 216 - color contains mainly: green. Hex color #77D8AC is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #77D8AC is #882753. Grayscale: #B6B6B6. Windows color (decimal): -8922964 or 11327607. OLE color: 11327607.

HSL color Cylindrical-coordinate representation of color #77D8AC: hue angle of 152.78º degrees, saturation: 0.55, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #77D8AC is Cyan = 0.45, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.15.

Color convert

RGB 119 216 172 -
CMYK 0.45 0 0.20 0.15
HSL 152.78º 0.55% 0.66% -
HSV(B) 152.78º 0.45% 0.85% -
XYZ 39.61 56.01 47.75 -
YUV 181.98 122.36 83.08 -
System Red Green Blue C M Y K H S L
Decimal 119 216 172 0.45 0 0.20 0.15 152.78 0.55 0.66
Hex 77 D8 AC 2D 0 14 F 99 37 42
Octal 167 330 254 55 0 24 17 231 67 102
Binary 1110111 11011000 10101100 101101 0 10100 1111 10011001 110111 1000010

Color Harmonies of #77D8AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77D8AC

Black with #77D8AC

Text Example


Text Example

White with #77D8AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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