Html Css Color HEX #77DDAD Medium Aquamarine

📋 copy color: '#77DDAD'

red 119 ◦ green 221 ◦ blue 173

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

Shades of Medium Aquamarine #77DDAD

Tints of Medium Aquamarine #77DDAD

RGB

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

 GREEN value IS 221 (86.72% from 255) = 43.08%

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

R = 23.2%
G = 43.08%
B = 33.72%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.22

 K value IS 0.13

RGB Variations

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

Color information

#77DDAD (or 0x77DDAD) is known color: Medium Aquamarine. HEX triplet: 77, DD and AD. RGB value is (119,221,173). Sum of RGB (Red+Green+Blue) = 119+221+173=513 (67% of max value = 765). Red value is 119 (46.88% from 255 or 23.20% from 513); Green value is 221 (86.72% from 255 or 43.08% from 513); Blue value is 173 (67.97% from 255 or 33.72% from 513); Max value from RGB is 221 - color contains mainly: green. Hex color #77DDAD is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #77DDAD is #882252. Grayscale: #B9B9B9. Windows color (decimal): -8921683 or 11394423. OLE color: 11394423.

HSL color Cylindrical-coordinate representation of color #77DDAD: hue angle of 151.76º degrees, saturation: 0.6, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #77DDAD is Cyan = 0.46, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.13.

Color convert

RGB 119 221 173 -
CMYK 0.46 0 0.22 0.13
HSL 151.76º 0.6% 0.67% -
HSV(B) 151.76º 0.46% 0.87% -
XYZ 41.01 58.65 48.69 -
YUV 185.03 121.21 80.9 -
System Red Green Blue C M Y K H S L
Decimal 119 221 173 0.46 0 0.22 0.13 151.76 0.6 0.67
Hex 77 DD AD 2E 0 16 D 98 3C 43
Octal 167 335 255 56 0 26 15 230 74 103
Binary 1110111 11011101 10101101 101110 0 10110 1101 10011000 111100 1000011

Color Harmonies of #77DDAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77DDAD

Black with #77DDAD

Text Example


Text Example

White with #77DDAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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