Html Css Color HEX #77ECA2 Vista Blue

📋 copy color: '#77ECA2'

red 119 ◦ green 236 ◦ blue 162

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

Shades of Vista Blue #77ECA2

Tints of Vista Blue #77ECA2

RGB

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

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

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

R = 23.02%
G = 45.65%
B = 31.33%

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

#77ECA2 (or 0x77ECA2) is known color: Vista Blue. HEX triplet: 77, EC and A2. RGB value is (119,236,162). Sum of RGB (Red+Green+Blue) = 119+236+162=517 (68% of max value = 765). Red value is 119 (46.88% from 255 or 23.02% from 517); Green value is 236 (92.58% from 255 or 45.65% from 517); Blue value is 162 (63.67% from 255 or 31.33% from 517); Max value from RGB is 236 - color contains mainly: green. Hex color #77ECA2 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #77ECA2 is #88135D. Grayscale: #C0C0C0. Windows color (decimal): -8917854 or 10677367. OLE color: 10677367.

HSL color Cylindrical-coordinate representation of color #77ECA2: hue angle of 142.05º 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 #77ECA2 is Cyan = 0.50, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.07.

Color convert

RGB 119 236 162 -
CMYK 0.50 0 0.31 0.07
HSL 142.05º 0.75% 0.7% -
HSV(B) 142.05º 0.5% 0.93% -
XYZ 44.12 66.52 44.7 -
YUV 192.58 110.74 75.52 -
System Red Green Blue C M Y K H S L
Decimal 119 236 162 0.50 0 0.31 0.07 142.05 0.75 0.7
Hex 77 EC A2 32 0 1F 7 8E 4B 46
Octal 167 354 242 62 0 37 7 216 113 106
Binary 1110111 11101100 10100010 110010 0 11111 111 10001110 1001011 1000110

Color Harmonies of #77ECA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77ECA2

Black with #77ECA2

Text Example


Text Example

White with #77ECA2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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