Html Css Color HEX #77D4AD Medium Aquamarine

📋 copy color: '#77D4AD'

red 119 ◦ green 212 ◦ blue 173

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

Shades of Medium Aquamarine #77D4AD

Tints of Medium Aquamarine #77D4AD

RGB

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

 GREEN value IS 212 (83.2% from 255) = 42.06%

 BLUE value IS 173 (67.97% from 255) = 34.33%

R = 23.61%
G = 42.06%
B = 34.33%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.18

 K value IS 0.17

RGB Variations

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

Color information

#77D4AD (or 0x77D4AD) is known color: Medium Aquamarine. HEX triplet: 77, D4 and AD. RGB value is (119,212,173). Sum of RGB (Red+Green+Blue) = 119+212+173=504 (66% of max value = 765). Red value is 119 (46.88% from 255 or 23.61% from 504); Green value is 212 (83.20% from 255 or 42.06% from 504); Blue value is 173 (67.97% from 255 or 34.33% from 504); Max value from RGB is 212 - color contains mainly: green. Hex color #77D4AD is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #77D4AD is #882B52. Grayscale: #B3B3B3. Windows color (decimal): -8923987 or 11392119. OLE color: 11392119.

HSL color Cylindrical-coordinate representation of color #77D4AD: hue angle of 154.84º degrees, saturation: 0.52, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #77D4AD is Cyan = 0.44, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.17.

Color convert

RGB 119 212 173 -
CMYK 0.44 0 0.18 0.17
HSL 154.84º 0.52% 0.65% -
HSV(B) 154.84º 0.44% 0.83% -
XYZ 38.69 54.03 47.92 -
YUV 179.75 124.19 84.67 -
System Red Green Blue C M Y K H S L
Decimal 119 212 173 0.44 0 0.18 0.17 154.84 0.52 0.65
Hex 77 D4 AD 2C 0 12 11 9B 34 41
Octal 167 324 255 54 0 22 21 233 64 101
Binary 1110111 11010100 10101101 101100 0 10010 10001 10011011 110100 1000001

Color Harmonies of #77D4AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77D4AD

Black with #77D4AD

Text Example


Text Example

White with #77D4AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(119,212,173); }

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

background-color css

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

 a { background-color: rgb(119,212,173); }

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

border-color css

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

 span { border-color: rgb(119,212,173); }

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