Html Css Color HEX #77EAA5 Medium Aquamarine

📋 copy color: '#77EAA5'

red 119 ◦ green 234 ◦ blue 165

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

Shades of Medium Aquamarine #77EAA5

Tints of Medium Aquamarine #77EAA5

RGB

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

 GREEN value IS 234 (91.8% from 255) = 45.17%

 BLUE value IS 165 (64.84% from 255) = 31.85%

R = 22.97%
G = 45.17%
B = 31.85%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.29

 K value IS 0.08

RGB Variations

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

Color information

#77EAA5 (or 0x77EAA5) is known color: Medium Aquamarine. HEX triplet: 77, EA and A5. RGB value is (119,234,165). Sum of RGB (Red+Green+Blue) = 119+234+165=518 (68% of max value = 765). Red value is 119 (46.88% from 255 or 22.97% from 518); Green value is 234 (91.80% from 255 or 45.17% from 518); Blue value is 165 (64.84% from 255 or 31.85% from 518); Max value from RGB is 234 - color contains mainly: green. Hex color #77EAA5 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #77EAA5 is #88155A. Grayscale: #BFBFBF. Windows color (decimal): -8918363 or 10873463. OLE color: 10873463.

HSL color Cylindrical-coordinate representation of color #77EAA5: hue angle of 144º degrees, saturation: 0.73, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #77EAA5 is Cyan = 0.49, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.08.

Color convert

RGB 119 234 165 -
CMYK 0.49 0 0.29 0.08
HSL 144º 0.73% 0.69% -
HSV(B) 144º 0.49% 0.92% -
XYZ 43.82 65.48 45.93 -
YUV 191.75 112.9 76.11 -
System Red Green Blue C M Y K H S L
Decimal 119 234 165 0.49 0 0.29 0.08 144 0.73 0.69
Hex 77 EA A5 31 0 1D 8 90 49 45
Octal 167 352 245 61 0 35 10 220 111 105
Binary 1110111 11101010 10100101 110001 0 11101 1000 10010000 1001001 1000101

Color Harmonies of #77EAA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77EAA5

Black with #77EAA5

Text Example


Text Example

White with #77EAA5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(119,234,165); }

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

background-color css

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

 a { background-color: rgb(119,234,165); }

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

border-color css

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

 span { border-color: rgb(119,234,165); }

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