Html Css Color HEX #77EAAD Medium Aquamarine

📋 copy color: '#77EAAD'

red 119 ◦ green 234 ◦ blue 173

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

Shades of Medium Aquamarine #77EAAD

Tints of Medium Aquamarine #77EAAD

RGB

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

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

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

R = 22.62%
G = 44.49%
B = 32.89%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.26

 K value IS 0.08

RGB Variations

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

Color information

#77EAAD (or 0x77EAAD) is known color: Medium Aquamarine. HEX triplet: 77, EA and AD. RGB value is (119,234,173). Sum of RGB (Red+Green+Blue) = 119+234+173=526 (69% of max value = 765). Red value is 119 (46.88% from 255 or 22.62% from 526); Green value is 234 (91.80% from 255 or 44.49% from 526); Blue value is 173 (67.97% from 255 or 32.89% from 526); Max value from RGB is 234 - color contains mainly: green. Hex color #77EAAD is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #77EAAD is #881552. Grayscale: #C0C0C0. Windows color (decimal): -8918355 or 11397751. OLE color: 11397751.

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

Color convert

RGB 119 234 173 -
CMYK 0.49 0 0.26 0.08
HSL 148.17º 0.73% 0.69% -
HSV(B) 148.17º 0.49% 0.92% -
XYZ 44.57 65.78 49.88 -
YUV 192.66 116.9 75.46 -
System Red Green Blue C M Y K H S L
Decimal 119 234 173 0.49 0 0.26 0.08 148.17 0.73 0.69
Hex 77 EA AD 31 0 1A 8 94 49 45
Octal 167 352 255 61 0 32 10 224 111 105
Binary 1110111 11101010 10101101 110001 0 11010 1000 10010100 1001001 1000101

Color Harmonies of #77EAAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77EAAD

Black with #77EAAD

Text Example


Text Example

White with #77EAAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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