Html Css Color HEX #77EAAA Medium Aquamarine

📋 copy color: '#77EAAA'

red 119 ◦ green 234 ◦ blue 170

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

Shades of Medium Aquamarine #77EAAA

Tints of Medium Aquamarine #77EAAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 32.5%

R = 22.75%
G = 44.74%
B = 32.5%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.27

 K value IS 0.08

RGB Variations

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

Color information

#77EAAA (or 0x77EAAA) is known color: Medium Aquamarine. HEX triplet: 77, EA and AA. RGB value is (119,234,170). Sum of RGB (Red+Green+Blue) = 119+234+170=523 (69% of max value = 765). Red value is 119 (46.88% from 255 or 22.75% from 523); Green value is 234 (91.80% from 255 or 44.74% from 523); Blue value is 170 (66.80% from 255 or 32.50% from 523); Max value from RGB is 234 - color contains mainly: green. Hex color #77EAAA is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #77EAAA is #881555. Grayscale: #C0C0C0. Windows color (decimal): -8918358 or 11201143. OLE color: 11201143.

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

Color convert

RGB 119 234 170 -
CMYK 0.49 0 0.27 0.08
HSL 146.61º 0.73% 0.69% -
HSV(B) 146.61º 0.49% 0.92% -
XYZ 44.29 65.67 48.37 -
YUV 192.32 115.4 75.7 -
System Red Green Blue C M Y K H S L
Decimal 119 234 170 0.49 0 0.27 0.08 146.61 0.73 0.69
Hex 77 EA AA 31 0 1B 8 93 49 45
Octal 167 352 252 61 0 33 10 223 111 105
Binary 1110111 11101010 10101010 110001 0 11011 1000 10010011 1001001 1000101

Color Harmonies of #77EAAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77EAAA

Black with #77EAAA

Text Example


Text Example

White with #77EAAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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