Html Css Color HEX #78ECAA Vista Blue

📋 copy color: '#78ECAA'

red 120 ◦ green 236 ◦ blue 170

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

Shades of Vista Blue #78ECAA

Tints of Vista Blue #78ECAA

RGB

 RED value IS 120 (47.27% from 255) = 22.81%

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

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

R = 22.81%
G = 44.87%
B = 32.32%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.28

 K value IS 0.07

RGB Variations

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

Color information

#78ECAA (or 0x78ECAA) is known color: Vista Blue. HEX triplet: 78, EC and AA. RGB value is (120,236,170). Sum of RGB (Red+Green+Blue) = 120+236+170=526 (69% of max value = 765). Red value is 120 (47.27% from 255 or 22.81% from 526); Green value is 236 (92.58% from 255 or 44.87% from 526); Blue value is 170 (66.80% from 255 or 32.32% from 526); Max value from RGB is 236 - color contains mainly: green. Hex color #78ECAA is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #78ECAA is #871355. Grayscale: #C1C1C1. Windows color (decimal): -8852310 or 11201656. OLE color: 11201656.

HSL color Cylindrical-coordinate representation of color #78ECAA: hue angle of 145.86º degrees, saturation: 0.75, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #78ECAA is Cyan = 0.49, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.07.

Color convert

RGB 120 236 170 -
CMYK 0.49 0 0.28 0.07
HSL 145.86º 0.75% 0.7% -
HSV(B) 145.86º 0.49% 0.93% -
XYZ 45 66.89 48.57 -
YUV 193.79 114.57 75.37 -
System Red Green Blue C M Y K H S L
Decimal 120 236 170 0.49 0 0.28 0.07 145.86 0.75 0.7
Hex 78 EC AA 31 0 1C 7 92 4B 46
Octal 170 354 252 61 0 34 7 222 113 106
Binary 1111000 11101100 10101010 110001 0 11100 111 10010010 1001011 1000110

Color Harmonies of #78ECAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78ECAA

Black with #78ECAA

Text Example


Text Example

White with #78ECAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #78ECAA; }

 p { color: rgb(120,236,170); }

 H1.HeaderClassName
 {
   color: #78ECAA;
 }
 .AnyTagClassName
 {
   color: #78ECAA;
 }
</style>

background-color css

<style>
 a { background-color: #78ECAA; }

 a { background-color: rgb(120,236,170); }

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

border-color css

<style>
 span { border-color: #78ECAA; }

 span { border-color: rgb(120,236,170); }

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