Html Css Color HEX #77ECA4 Vista Blue

📋 copy color: '#77ECA4'

red 119 ◦ green 236 ◦ blue 164

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

Shades of Vista Blue #77ECA4

Tints of Vista Blue #77ECA4

RGB

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

 GREEN value IS 236 (92.58% from 255) = 45.47%

 BLUE value IS 164 (64.45% from 255) = 31.6%

R = 22.93%
G = 45.47%
B = 31.6%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.31

 K value IS 0.07

RGB Variations

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

Color information

#77ECA4 (or 0x77ECA4) is known color: Vista Blue. HEX triplet: 77, EC and A4. RGB value is (119,236,164). Sum of RGB (Red+Green+Blue) = 119+236+164=519 (68% of max value = 765). Red value is 119 (46.88% from 255 or 22.93% from 519); Green value is 236 (92.58% from 255 or 45.47% from 519); Blue value is 164 (64.45% from 255 or 31.60% from 519); Max value from RGB is 236 - color contains mainly: green. Hex color #77ECA4 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #77ECA4 is #88135B. Grayscale: #C0C0C0. Windows color (decimal): -8917852 or 10808439. OLE color: 10808439.

HSL color Cylindrical-coordinate representation of color #77ECA4: hue angle of 143.08º degrees, saturation: 0.75, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #77ECA4 is Cyan = 0.50, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.07.

Color convert

RGB 119 236 164 -
CMYK 0.50 0 0.31 0.07
HSL 143.08º 0.75% 0.7% -
HSV(B) 143.08º 0.5% 0.93% -
XYZ 44.3 66.59 45.64 -
YUV 192.81 111.74 75.35 -
System Red Green Blue C M Y K H S L
Decimal 119 236 164 0.50 0 0.31 0.07 143.08 0.75 0.7
Hex 77 EC A4 32 0 1F 7 8F 4B 46
Octal 167 354 244 62 0 37 7 217 113 106
Binary 1110111 11101100 10100100 110010 0 11111 111 10001111 1001011 1000110

Color Harmonies of #77ECA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77ECA4

Black with #77ECA4

Text Example


Text Example

White with #77ECA4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(119,236,164); }

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

background-color css

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

 a { background-color: rgb(119,236,164); }

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

border-color css

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

 span { border-color: rgb(119,236,164); }

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