Html Css Color HEX #77DCAC Medium Aquamarine

📋 copy color: '#77DCAC'

red 119 ◦ green 220 ◦ blue 172

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

Shades of Medium Aquamarine #77DCAC

Tints of Medium Aquamarine #77DCAC

RGB

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

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

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

R = 23.29%
G = 43.05%
B = 33.66%

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

#77DCAC (or 0x77DCAC) is known color: Medium Aquamarine. HEX triplet: 77, DC and AC. RGB value is (119,220,172). Sum of RGB (Red+Green+Blue) = 119+220+172=511 (67% of max value = 765). Red value is 119 (46.88% from 255 or 23.29% from 511); Green value is 220 (86.33% from 255 or 43.05% from 511); Blue value is 172 (67.58% from 255 or 33.66% from 511); Max value from RGB is 220 - color contains mainly: green. Hex color #77DCAC is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #77DCAC is #882353. Grayscale: #B8B8B8. Windows color (decimal): -8921940 or 11328631. OLE color: 11328631.

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

Color convert

RGB 119 220 172 -
CMYK 0.46 0 0.22 0.14
HSL 151.49º 0.59% 0.66% -
HSV(B) 151.49º 0.46% 0.86% -
XYZ 40.65 58.09 48.1 -
YUV 184.33 121.04 81.4 -
System Red Green Blue C M Y K H S L
Decimal 119 220 172 0.46 0 0.22 0.14 151.49 0.59 0.66
Hex 77 DC AC 2E 0 16 E 97 3B 42
Octal 167 334 254 56 0 26 16 227 73 102
Binary 1110111 11011100 10101100 101110 0 10110 1110 10010111 111011 1000010

Color Harmonies of #77DCAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77DCAC

Black with #77DCAC

Text Example


Text Example

White with #77DCAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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