Html Css Color HEX #77DDA2 Medium Aquamarine

📋 copy color: '#77DDA2'

red 119 ◦ green 221 ◦ blue 162

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

Shades of Medium Aquamarine #77DDA2

Tints of Medium Aquamarine #77DDA2

RGB

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

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

 BLUE value IS 162 (63.67% from 255) = 32.27%

R = 23.71%
G = 44.02%
B = 32.27%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.27

 K value IS 0.13

RGB Variations

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

Color information

#77DDA2 (or 0x77DDA2) is known color: Medium Aquamarine. HEX triplet: 77, DD and A2. RGB value is (119,221,162). Sum of RGB (Red+Green+Blue) = 119+221+162=502 (66% of max value = 765). Red value is 119 (46.88% from 255 or 23.71% from 502); Green value is 221 (86.72% from 255 or 44.02% from 502); Blue value is 162 (63.67% from 255 or 32.27% from 502); Max value from RGB is 221 - color contains mainly: green. Hex color #77DDA2 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #77DDA2 is #88225D. Grayscale: #B7B7B7. Windows color (decimal): -8921694 or 10673527. OLE color: 10673527.

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

Color convert

RGB 119 221 162 -
CMYK 0.46 0 0.27 0.13
HSL 145.29º 0.6% 0.67% -
HSV(B) 145.29º 0.46% 0.87% -
XYZ 39.99 58.24 43.32 -
YUV 183.78 115.71 81.8 -
System Red Green Blue C M Y K H S L
Decimal 119 221 162 0.46 0 0.27 0.13 145.29 0.6 0.67
Hex 77 DD A2 2E 0 1B D 91 3C 43
Octal 167 335 242 56 0 33 15 221 74 103
Binary 1110111 11011101 10100010 101110 0 11011 1101 10010001 111100 1000011

Color Harmonies of #77DDA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77DDA2

Black with #77DDA2

Text Example


Text Example

White with #77DDA2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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