#78eca4

Color #78ECA4 Vista Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Vista Blue #78ECA4

Tints of Vista Blue #78ECA4

Color information

#78ECA4 (or 0x78ECA4) is unknown color: approx Vista Blue. HEX triplet: 78, EC and A4. RGB value is (120,236,164). Sum of RGB (Red+Green+Blue) = 120+236+164=520 (68% of max value = 765). Red value is 120 (47.27% from 255 or 23.08% from 520); Green value is 236 (92.58% from 255 or 45.38% from 520); Blue value is 164 (64.45% from 255 or 31.54% from 520); Max value from RGB is 236 - color contains mainly: green. Hex color #78ECA4 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #78ECA4 is #87135B. Grayscale: #C1C1C1. Windows color (decimal): -8852316 or 10808440. OLE color: 10808440.

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

Color convert

RGB120236164-
CMYK0.4900.310.07
HSL142.76º75.32%69.8%-
HSV(B)142.76º49.15%92.55%-
XYZ44.4466.6645.65-
YUV193.11111.5775.85-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 23.08%
GREEN value IS 236 (92.58% from 255) = 45.38%
BLUE value IS 164 (64.45% from 255) = 31.54%
R=23.08%
G=45.38%
B=31.54%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1202361640.4900.310.07142.7675.3269.8
Hex78ECA43101F78f4b46
Octal170354244610377217113106
Binary111100011101100101001001100010111111111000111110010111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78eca4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #78eca4;
 }
 .AnyTagClassName
 {
   color: #78eca4;
 }
</style>
background-color css

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

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

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

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

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

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