Html Css Color HEX #77DAA2 Medium Aquamarine

📋 copy color: '#77DAA2'

red 119 ◦ green 218 ◦ blue 162

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

Shades of Medium Aquamarine #77DAA2

Tints of Medium Aquamarine #77DAA2

RGB

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

 GREEN value IS 218 (85.55% from 255) = 43.69%

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

R = 23.85%
G = 43.69%
B = 32.46%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.26

 K value IS 0.15

RGB Variations

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

Color information

#77DAA2 (or 0x77DAA2) is known color: Medium Aquamarine. HEX triplet: 77, DA and A2. RGB value is (119,218,162). Sum of RGB (Red+Green+Blue) = 119+218+162=499 (66% of max value = 765). Red value is 119 (46.88% from 255 or 23.85% from 499); Green value is 218 (85.55% from 255 or 43.69% from 499); Blue value is 162 (63.67% from 255 or 32.46% from 499); Max value from RGB is 218 - color contains mainly: green. Hex color #77DAA2 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #77DAA2 is #88255D. Grayscale: #B6B6B6. Windows color (decimal): -8922462 or 10672759. OLE color: 10672759.

HSL color Cylindrical-coordinate representation of color #77DAA2: hue angle of 146.06º degrees, saturation: 0.57, 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 #77DAA2 is Cyan = 0.45, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.15.

Color convert

RGB 119 218 162 -
CMYK 0.45 0 0.26 0.15
HSL 146.06º 0.57% 0.66% -
HSV(B) 146.06º 0.45% 0.85% -
XYZ 39.2 56.67 43.06 -
YUV 182.02 116.7 83.05 -
System Red Green Blue C M Y K H S L
Decimal 119 218 162 0.45 0 0.26 0.15 146.06 0.57 0.66
Hex 77 DA A2 2D 0 1A F 92 39 42
Octal 167 332 242 55 0 32 17 222 71 102
Binary 1110111 11011010 10100010 101101 0 11010 1111 10010010 111001 1000010

Color Harmonies of #77DAA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77DAA2

Black with #77DAA2

Text Example


Text Example

White with #77DAA2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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